Simple javascript redirection

here is a simple javascript that can be used for redirecting a user to a fresh page or another web page

<script type=”text/javascript”>

window.location=”http://www.livepr.info/internal-pages-page-rank3.php”;

</script>

When this script is executed the page will be redirected to http://www.livepr.info/internal-pages-rank3.php
Most webmasters user javascript for redirection as it works on all kind of browsers

This entry was posted on Monday, February 25th, 2008 at 11:56 pm and is filed under Javascripts. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Post a Comment