Open a Page Full Screen

Paste this code into the HEAD of your HTML document

<script language="JavaScript">
<!-- Begin
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}
// End -->
</script>

Use this code in the BODY of your HTML document

<a href="javascript:void(0);" onClick="fullScreen('j.asp');">Open Full Screen Window</a>

Try it...
Open Full Screen Window


javascript full screen window open window cut and paste


Back To Top
© 1998 - 2024 psacake.com
Version 7.21 | Advertise on this site