Web Analytics Made Easy -
StatCounter transfert webpage to another - CodingForum

Announcement

Collapse
No announcement yet.

transfert webpage to another

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • transfert webpage to another

    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!!!

  • #2
    No need for a script actually. Simply use a META tag in the head section of your page:

    Code:
    <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
    - George
    - JavaScript Kit- JavaScript tutorials and 400+ scripts!
    - JavaScript Reference- JavaScript reference you can relate to.

    Comment

    Working...
    X