hi guys...i have this prooblem which i like to acho a window pop up...but i cannot do so...the link does not seem to work and i cannot find any error in it.
I wonder if anyone can find any error here:
$ancpopup = "<div id=\"anctrigger\"><a href=\"#\" onclick=\"window.open(\'m_ancpopup.php?page=\'$eid\',\'ancpopup\',\'width=670px,height=470px,left=0px,top=100px,screenX=0,screenY=100\')\">Accident & Conviction EXIST!</a></div>";
if(mysql_num_rows($result)<>0)
{
echo $ancpopup;
}
Thanks in advance.