<script> function aaa(){ window.open("2.html","msg","height=600px,width=800px,dependent=yes,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no"); } </script> <h1><a href="#" onclick="aaa();">open</a></h1>
?
<script> function aaa(){ window.open("2.html","msg","height=600px,width=800px,dependent=yes,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no"); } </script> <h1><a href="#" onclick="aaa();">open</a></h1>
?