Subject:
|
Re: redirector page
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Wed, 22 Dec 1999 09:58:22 GMT
|
Viewed:
|
723 times
|
| |
| |
In lugnet.publish, Larry Pieniazek writes:
> Can someone post a snippet of html that correctly accomplishes a
> redirect? That is, it does one of those "this page moved, if your
> browser is grown up enough we'll take you there in 4 seconds, else click
> below"
>
> Thanks.
Hi Larry,
I took the code from the imaul page at: http://www.islandnet.com/imaul/
If you havn´t seen it, take a look. It´s a great laugh :)
The source code is:
<HEAD>
<TITLE>At last...</TITLE>
<META HTTP-EQUIV="Refresh" CONTENT="5; URL=page2.html">
</HEAD>
I think the 5 is for the time in seconds you´ve to wait until it automatically
refreshes with "page2.html". In the <Body> tag you just insert your text:
"This page has moved, you will be redicrected. Resistance is futile...." ;) or
"This page will selfdestruct in 5 seconds !"
dö
|
|
Message has 1 Reply: | | Re: redirector page
|
| (...) This should work on most browsers, but is not guaranteed to do so. If you can do CGI, I'd recommend doing a "302 Moved" header, which would usually bypass the HTML completely. The header would basically start like this: HTTP/1.1 302 Moved (...) (25 years ago, 22-Dec-99, to lugnet.publish)
|
Message is in Reply To:
| | redirector page
|
| Can someone post a snippet of html that correctly accomplishes a redirect? That is, it does one of those "this page moved, if your browser is grown up enough we'll take you there in 4 seconds, else click below" Thanks. (25 years ago, 22-Dec-99, to lugnet.publish)
|
10 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|