[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Redirect Web page



Here's how I do it on my site at work, which points to my own network
where I have HTML version of whitepapers I don't want the company to
control. I wrote them before I started working here and the employees can
benefit from them. They go to a local machine in the network and after one
second are forwarded to my home network/whitepapers. I found if I put a 0
for the seconds to wait, I couldn't use the back button to go back where I
was before because I couldn't click fast enough.


<html>
<head>
<title>IT'S COMING SO KEEP YOUR HOPES UP!!!</title>
<meta http-equiv="refresh"content="1;url=http://www.ourldsfamily.com/whitepapers";>
</head>
<body bgcolor=#202020>
</body>
</html>


That's the entire index.html  and if you put it somewhere, you too will
be forwarded to my network whitepapers spot.

Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
karlp ourldsfamily com

On Mon, 5 Mar 2001, Ian Eblamo wrote:

How can i redirect a web page?




_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]