Javascript function in PHP
Posted: Tue Oct 26, 2004 7:30 am
Hi all,
I am trying to call a javascript funtion poptastic which pops up a new window showing an image. I am having problems calling the javascript function from inside the php code. Probably something stupid but heres the code
$list .= "<td><a href=':poptastic('row1.htm');'><img src='getdata.php3?id=".$row['id']."'</a></td>";
I am trying to call a javascript funtion poptastic which pops up a new window showing an image. I am having problems calling the javascript function from inside the php code. Probably something stupid but heres the code
$list .= "<td><a href=':poptastic('row1.htm');'><img src='getdata.php3?id=".$row['id']."'</a></td>";