Script Categories













Menus and Navigation >>> Timed Redirect.

Here's a simple way to redirect a user to another page using JavaScript. Short!

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
redirTime = "1500";
redirURL = "../";
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
window.onload=redirTimer;
//  End -->
</script>
<center>
WAIT!
</center>

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!).




©