New window with php variable
Posted: Sat Apr 11, 2009 4:15 pm
I'm trying to open a link from a table row into a new window.
This is the code, which doesn't work.
Probably a simple answer, but I can't find it:
<TD WIDTH="180"><a href="javascript:void(0)" onClick="window.open('<?php echo no$match_no/scanned.php','guide', 'height=700, width=300, scrollbars=yes')"</a>; ?></TD>
Hope you can help.
Wayne.
This is the code, which doesn't work.
Probably a simple answer, but I can't find it:
<TD WIDTH="180"><a href="javascript:void(0)" onClick="window.open('<?php echo no$match_no/scanned.php','guide', 'height=700, width=300, scrollbars=yes')"</a>; ?></TD>
Hope you can help.
Wayne.