How to show fullscreen popup window in javascript?

Posted by maciej.gryka on Stack Overflow See other posts from Stack Overflow or by maciej.gryka
Published on 2008-10-05T22:12:28Z Indexed on 2010/04/26 8:43 UTC
Read the original article Hit count: 221

Filed under:
|
|

Is there a way to make a popup window maximised as soon as it is opened? If not that, at least make it screen-sized? This:

window.open(src, fullscreen="yes")

apparently only worked for old version of IE.

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript