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>
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