弹出无边框网页的Javscrpt代码

以下内容为程序代码:
<script>

var tmp=window.open("about:blank","",

"fullscreen=1")

tm 
p.moveTo(100,100)

tmp.resizeTo(600,400)

tmp.focus()

tmp.location="http://要打开的窗口"

</script>

   将以上代码加入您的主页上< body>< /body>之间即可

你可能感兴趣的:(代码)