I am using this code but it doesn't work because the new window is half of the my screen ( 1280x800px ):
<a href="javascript:void(0);" onClick="window.open('http://www.stackoverflow.com', '',
'fullscreen=yes');">Open Full Screen Window</a>
Why ?