Just have a quick question:
How do I get a page to redirect to another page instantaneously upon
entering the page?
Thanks in Advance for the help
Chantal.
<HTML>
<BODY>
<SCRIPT language="JavaScript1.1">
location.replace("http://www.manchestertrades.co.uk/");
</SCRIPT>
</BODY>
</HTML>
replace the link of the page you want the page to redirect to in place of my
web address
"Chantal" <cv...@hotmail.com> wrote in message
news:vZMn7.89256$A7.10...@dbsch1.home.nl...
<meta http-equiv="Refresh" content="1; url=page1.html">
As above, but use an absolute URL.
Jim