Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

redirection

0 views
Skip to first unread message

Chantal

unread,
Sep 12, 2001, 1:31:07 PM9/12/01
to
Hi,

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.


David Jones

unread,
Sep 12, 2001, 5:43:55 PM9/12/01
to
A simple piece of code attached below

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

horndrum99

unread,
Sep 12, 2001, 10:58:48 PM9/12/01
to

<meta http-equiv="Refresh" content="1; url=page1.html">

Jim Hollomon

unread,
Sep 12, 2001, 11:18:37 PM9/12/01
to

As above, but use an absolute URL.

Jim

0 new messages