<html>
<head></head>
<body>
<?php
print "<script type='text/javascript'>";
print "window.open='http://www.examples.com/page.html','new_window1','status=1,scrollbars=1,resizable=0,menu=no,width=320,height=220'";
print "</script>";
?>
</body>
</html>
Not able to open popup.Is this correct code.