开发者

Fullscreen code for IE8

I am trying to open IE8 in fullscreen mode. But it is not working. Here's the script:

window.open("Login.jsp","f开发者_JAVA百科s","fullscreen=yes");


Your code is working fine. I think, the file Login.jsp doesn't exist or not at the proper location. Try the code with some URL like window.open("http://www.google.com","fs","fullscreen=yes");.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜