Redirecting script. How to redirect pages?

Comments 0


 

This script helps you redirect any page from any other page.

Click below link for the demo

redirecting script demo

Add the following code in the body section HTML page-

<script>
function redirect()
{
window.location.replace('type here the addres
      to which you want to redirect');
}
	setTimeout('redirect();', 5000);
		</script>

Other Popular Posts :

  1. How to apply Expando script in your WordPress Blog
  2. Create an attractive image gallery: Expando Script
  3. Create Image and content Gallary
  4. Easily create Flash menus, buttons and banners: FlashVortex
  5. HTML Codes and tags to help you
  6. Five Easiest Ways For Downloading YouTube Video
  7. How to get the HTML colour code of any colour?- Instant Eyedropper
  8. How to use Iframe? | Example of Iframe

No comment yet ! Be the First !

Leave a Reply

You can add images to your comment by clicking here.