Forum Moderators: open

Message Too Old, No Replies

How to put a forward on a page

placing forwards in html pages

         

larry12468

5:46 am on Mar 4, 2004 (gmt 0)

10+ Year Member



How do I put a forward on a page so that the user will be taken to a different page instead?

Thanks,

Larry

HelenDev

8:58 am on Mar 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you want to redirect to another page you can do it with javascript like this

<script language="JavaScript">
<!-- hide
window.location="http://www.yourdomain.com/";
// end hiding -->
</script>

or if you are using some sort of server-side technology e.g. php, there are other ways of doing it.

Helen.