[thelist] Redirect Javascript

George Dillon george.dillon at ukonline.co.uk
Wed Jul 12 12:41:12 CDT 2000


> a snipett of code to redirect people ...

Why not use a meta refresh tag instead?

  <meta http-equiv="refresh"
content="0;URL=http://www.newsite.newpage.htm">

And to be sure, replace the cotnents of the old page with a link:

  This page has moved to <a href="...whateverurl...">here</a>

HTH

George





More information about the thelist mailing list