PDA

View Full Version : transfert webpage to another


latif
06-20-2002, 12:39 PM
Hello everyone!
Can somebody help to resolve my problem? I need a script that allows me to transfert automatically a webpage to another one. That means that when I write down the first name (exp: x) of the page, it jumps automatically to another page name (y).
Thanks a lot!!!

WA
06-20-2002, 01:04 PM
No need for a script actually. Simply use a META tag in the head section of your page:


<META HTTP-EQUIV="refresh" CONTENT="3;URL=page2.htm">


where 3 is 3 seconds. For more info, please see: http://www.javascriptkit.com/howto/interslide.shtml