Sunday, May 20, 2012

Redirection Script for redirecting to new page

Redirection Script for Redirecting to new page.

One can use this redirection script to redirect from one page to another

<SCRIPT LANGUAGE="JavaScript">
  
 document.location.href = "<url to redirect>";
 
 </SCRIPT>

No comments:

Post a Comment