creating pop up window in php file
I'm trying to link to another page using <a href="/news.php" OnClick="window.open('/news.php','News','toolbar=no,width=600 height=400,menubar=no,scrollbars=no,resizable=no') ;">Life in the News..</a> within a table in a php script,
but the code keeps bringing up this error message in the page
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING.
Any help solving this would be greatly appreciated.
Thanks.
|