This script helps you redirect any page from any other page.
Click below link for the 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 :
- How to apply Expando script in your WordPress Blog
- Create an attractive image gallery: Expando Script
- Create Image and content Gallary
- Easily create Flash menus, buttons and banners: FlashVortex
- HTML Codes and tags to help you
- Five Easiest Ways For Downloading YouTube Video
- How to Install WordPress | Making a Website from Scratch-2