`
JavaSky66
  • 浏览: 38106 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

弹窗s

 
阅读更多
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>一般弹窗</title>
<script language="javascript">
  function openwin() {
    window.open("http://ztoo.cc","newwindow", "height=500, width=550,top=200,left=200, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no,status=no")
  }
//resizable定义窗口大小是否可以改变
</script>
</head>
<body>
     <a href="http://www.ztoo.cc/htaccess" onclick="openwin()">我弹</a>
</body>
</html>


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics