window.onload=function(){<br /> if(window.location.href.indexOf('?FULL')==-1)<br /> {<br /> window.open(window.location.href+'?FULL', '', 'fullscreen=yes, scrollbars=auto');<br /> window.close();<br /> }<br /> }
<html> <head> <title>test</title> <body> <a href="javascript:;" onclick="window.open('index.htm','','fullscreen,scrollbars');">Open Window Fullscreen</a> </body> </html>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)