Full screen window script.

MasterDiz.com

Presents:

More Scripts for your web pages.

Full screen window

The Script.

 

Copy and paste between <body> and </body>

Press alt+f4 keys to close the window.


file name= the page you want to full window.(index.htm)

html document
<html>

<head>

<title>

</tile>

</head>

<body>

<script type="text/javascript">
<!--
function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")
}
//-->
</script>

<form>
<input type="button" onClick="fullwin('file name')" value="Lock me in">
</form>

</body>

</html>

Script

<script type="text/javascript">
<!--
function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")
}
//-->
</script>

<form>
<input type="button" onClick="fullwin('file name')" value="Lock me in">
</form>

 

 

Support

Your Name:

Your E-Mail:


Please describe your problem/idea below
:



For more Scripts Visit www.dynamicdrive.com


Disclaimer