sweetasjames:在XP 2003 下IE不能全屏的问题

来源:百度文库 编辑:高考问答 时间:2024/05/07 16:23:07
function ow(owurl){
var tmp=window.open("about:blank","","fullscreen=1")
tmp.moveTo(0,0)
tmp.resizeTo(screen.width+20,screen.height)
tmp.focus()
tmp.location=owurl
}
</SCRIPT>

<a href="javascript:ow('show_open.asp');">blog</a>

以上代码,在2000中可以全屏,但在XP、2003下却不能,谁能赐教一下,在此谢了

你想怎么样全屏呀?
这个好像是自己做的网页全屏吧?