home

Tags

按钮定制打开新窗口

June 3rd, 2006

  1. <script language="JavaScript">
  2. <!--
  3. function NewWindow(){window.open("about:blank","","height=540,
  4. width=840,
  5. status=yes,location=yes,resizable =yes,toolbar=yes,
  6. directories=yes,
  7. scrollbars=yes,status=yes,menubar=yes");}
  8. // -->
  9. </script>
  10.  
  11. <input TYPE=button VALUE=打开新窗口 ONCLICK=NewWindow()>

[more…]