开发者

Fullscreen code for IE8

开发者 https://www.devze.com 2023-02-17 03:48 出处:网络
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\");

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

精彩评论

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