Hi, Im Trying to use PHP and JavaScript and I would like some help.
I would like to show a Message Box (Confirmation YES/NO) when the user click on the href, if the user answer is YES, then execute this code
PHP Code:
{echo "<a href= \"WebPage.php?accion=$row[1]\"><Font class=\"TBLROW\">$row[$i]</a>";}
if the user answer is NO, then dont execute any code..
Thanks for your help..