<html> <head> <script type="text/javascript" language="javascript"> function a (){  open('http://www.baidu.com','_blank','top,left=1366,width=1024,hight=768,resizable=no,toolbar=no,munubar=no,location=no,scrollbar=no,status=no'); } </script>

</head> <body> <form> <input type="button" onClick="javascript:a()" value="xxx"/> <form> </body> </html>

 

相关文章:

  • 2022-01-18
  • 2021-04-01
  • 2021-12-16
  • 2022-12-23
  • 2021-05-17
  • 2021-11-01
  • 2022-01-16
猜你喜欢
  • 2021-11-28
  • 2021-06-28
  • 2021-05-08
  • 2021-09-24
  • 2022-02-07
  • 2021-11-16
  • 2021-10-14
相关资源
相似解决方案