设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 运营中心 > 产品 > 正文

超完美弹窗代码 5小时弹一次+背后弹出+自动适应不同分辩率+准全屏显示(2)

发布时间:2018-08-19 12:55 所属栏目:30 来源:站长网
导读:通过下面的例子,你可以在一个页面内完成上面的效果。 html head script language=#106avascript function openwin() {openwindow=window.open(, newwin, height=250, width=250,toolbar=no,scrollbars=+scroll+,me

通过下面的例子,你可以在一个页面内完成上面的效果。
<html>
<head>
<script language="&#106avascript">
function openwin()
{openwindow=window.open("", "newwin", "height=250, width=250,toolbar=no,scrollbars="+scroll+",menubar=no";
//写成一行
openwindow.document.write("<title>例子</title>"
openwindow.document.write("<body bgcolor=#ffffff>"
openwindow.document.write("<h1>hello!</h1>"
openwindow.document.write("new window opened!"
openwindow.document.write("</body>"
openwindow.document.write("</html>"
openwindow.document.close()}

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读