javascript - Fullscreen code for IE8 -


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

  window.open ("Login .jsp", "fs", "fullscreen = yes");    

Your code is working well I think, file log in . Jsp does not exist or is not in the proper place, code with some URL like window.open ("http://www.google.com", "fs", "fullscreen = yes") Try .

Comments