Script Categories













Menus and Navigation >>> Full Screen Expanding Window.

Launches a rapidly expanding window that moves down and across the screen until it fills the entire screen area in fullscreen mode. The script then loads your content page into the fullscreen view.

Click Here To Launch Page
Be sure that the page you link to has a link to close the window.

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin

/*
In the url, it's generally best to use a *relative* address
to your content page with this script; otherwise, IE loses
its sense of "parentage" over the window, and may throw
errors on attempts to relaunch when the fullscreen window is
already open.
*/

// set the page to go to...
url = "FullScreenClose.htm";

// set how fast to expand horizontally
// lower is slower
var speedX = 7;

// set how fast to expand vertically
// lower is slower
var speedY = 5;

// set background color of "Loading..." screen
var bgColor = "#000000";

// set text color of "Loading..." screen
var txtColor = "#FF80000";

// do not edit below this line
// ---------------------------
var wide = window.screen.availWidth;
var high = window.screen.availHeight;
function andBoom() {
var Boomer = window.open("","BoomWindow","fullscreen");
Boomer.document.write('<HTML><BODY BGCOLOR='+bgColor+' SCROLL=NO><FONT FACE=ARIAL COLOR='+txtColor+'>Loading...</FONT></BODY></HTML>');
Boomer.focus();
for (H=1; H<high; H+= speedY) {
Boomer.resizeTo(1,H);
}
for (W=1; W<wide; W+= speedX) {
Boomer.resizeTo(W,H);
}
Boomer.location = url;
}
//  End -->
</script>
<a href="javascript:andBoom()">Click Here To Launch Page</a>
<br>
Be sure that the page you link to has a link to close the window.

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).

VPN. Proxy 13$ ninja proxy unblock 370 port. VPN Security.


©