11/30/2010

How to redirect a page to a new page using javascript

To redirect a page we can use Javascript.



<script>

window.location.href="http://www.yourdomainname.com";

</script>

No comments:

Post a Comment