To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.publishOpen lugnet.publish in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Publishing / 1300
    redirector page —Larry Pieniazek
   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)
   
        Re: redirector page —John DiRienzo
     Larry Pieniazek wrote in message <38606DD9.54D326DC@v...er.net>... (...) I don';t know the answer to your question. If I run into one of those pages soon, I will figure it out, though. While we are on this subject, I am hoping to find some code that (...) (25 years ago, 22-Dec-99, to lugnet.publish)
    
         Re: redirector page —Ralph Döring
      (...) Hi John, don´t know about the connection speed but you can get java for the screen size at: (URL) me know when you´ve done something with diffrent screen sizes. I´m thinking about using it as well... html well, dö (25 years ago, 22-Dec-99, to lugnet.publish)
    
         Re: redirector page —Jim Hughes
     John: (...) This information can be gotten via javascript, I did this on a now defunct version of my own site about 2 years ago. If your interested I'll try to dig it up. jim hughesj@one.net (25 years ago, 23-Dec-99, to lugnet.publish)
   
        Re: redirector page —Ralph Döring
     (...) Hi Larry, I took the code from the imaul page at: (URL) 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 (...) (25 years ago, 22-Dec-99, to lugnet.publish)
    
         Re: redirector page —Jeremy Sproat
     (...) 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)
    
         Re: redirector page —Matthew Miller
     (...) Yeah, I'm perpetually surprised when I see big, supposedly professional sites not doing this. (25 years ago, 22-Dec-99, to lugnet.publish)
   
        Re: redirector page —Jim Hughes
     (...) Larry: This is what I have used for a five second delay on my Technica splash screen: <head> ..... <meta http-equiv=refresh content="5; url=(URL) .... </head> Just put this in your <head> section and indicate the URL. Not technically (...) (25 years ago, 23-Dec-99, to lugnet.publish)
   
        Re: redirector page —Jasper Janssen
   (...) <META> tags are the answer you're looking for - for a real redirect, though: barney:/var/spool/mail# telnet www.hotmail.com 80 Trying 209.185.243.135... Connected to www.hotmail.com. Escape character is '^]'. GET / HTTP/1.0 HTTP/1.1 302 Found (...) (25 years ago, 5-Jan-00, to lugnet.publish)
   
        Re: redirector page —Matthew Miller
   (...) I hate it when people do it that way, especially when they make a delay of zero; makes it annoying to try and go back. (25 years ago, 5-Jan-00, to lugnet.publish)
 

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR