tangalexis 发表于 2013-2-7 15:27:21

新弹出window.open窗口

 
借此收藏一个弹出式的通知窗口,借以后使用。
       <astyle="cursor: pointer;"
          onclick='window.open("*.html", "new", "height=800,width=800, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no,status=no")'
             href="javascript:void(0)">链接入口</a>
 
无标题栏,无状态栏,只有内容区。
页: [1]
查看完整版本: 新弹出window.open窗口