html - How to open a new window in FULLSCREEN with javascript? -
i using code doesn't work because new window half of screen ( 1280x800px ):
<a href="javascript:void(0);" onclick="window.open('http://www.stackoverflow.com', '', 'fullscreen=yes');">open full screen window</a>
why ?
in browsers supported in first place, feature has been phased out due user hostility , ability used phishing security attacks.
fullscreen
do not use. not implemented in mozilla. there no plans implement feature in mozilla.
this feature no longer works in msie 6 sp2 way worked in msie 5.x. windows taskbar, titlebar , status bar of window not visible, nor accessible when fullscreen enabled in msie 5.x.
fullscreen upsets users large monitor screen or dual monitor screen. forcing fullscreen onto other users extremely unpopular , considered outright rude attempt impose web author's viewing preferences onto users.
Comments
Post a Comment