Archive

How to Redirect to a different web page using JavaScript

Place this code between the <head> and </head> tags


Place this code in your <body> tag

<body onload="timer=setTimeout('move()',2000)">

This code will cause the user's browser to redirect to www.net4geeks.com after 2 seconds(2000 miliseconds) have past.