onklick confirmation
Posted: Sat Jul 31, 2004 5:20 pm
Hi,
the onclick confirmation is working within html as following, but how do i do the same in php ?
the onclick confirmation is working within html as following, but how do i do the same in php ?
Code: Select all
<a href="deleteCourse.php?course_nr=<?php echo $course_nr;?>" onClick="return(confirm('sure?'))">їdel]</a>