网站制作学习网JS脚本→正文:全 屏 显 示
字体:

全 屏 显 示

JS脚本 2008/2/4 19:30:47  点击:不统计

<script>

<!--

function windowopen(){

var target="http://www.hongen.com"

newwindow=window.open("","","scrollbars")

if (document.all){

newwindow.moveTo(0,0)

newwindow.resizeTo(screen.width,screen.height)

}

newwindow.location=target

}

//-->

</script>

<form>

<input type="button" onClick="windowopen()" value="全屏显示" name="button">

</form>

·上一篇:时间代码 >>    ·下一篇:向前向后翻页 >>
推荐文章
最新文章