Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2009
    Location
    Northern Ireland
    Posts
    50

    Default How to automatic forward a webpage when it is opened?

    Hi Can anyone help?
    I have some domain name web address's that when their home page opens, and people get time to read the message, I then want it after a few seconds to automatically forward to another web address for a new site that will cover them all.

    I cant see how to do this in the web properties section. Im using Designer Pro X.

    Thanks

    Mike

  2. #2

    Default Re: How to automatic forward a webpage when it is opened?

    In the first page (index.htm)

    Web Properties >> Page >> HTML code (Head)

    Add;
    Code:
    <meta http-equiv="refresh" content="5;url=pagename.htm" />
    5 being the time in seconds to wait.

  3. #3
    Join Date
    Sep 2009
    Location
    Northern Ireland
    Posts
    50

    Default Re: How to automatic forward a webpage when it is opened?

    Worked a treat - Once again Sledger you have helped me with basic HTML - Thanks again.

    Mike


    Quote Originally Posted by sledger View Post
    In the first page (index.htm)

    Web Properties >> Page >> HTML code (Head)

    Add;
    Code:
    <meta http-equiv="refresh" content="5;url=pagename.htm" />
    5 being the time in seconds to wait.

  4. #4
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,828

    Default Re: How to automatic forward a webpage when it is opened?

    Very useful piece of code and very simple, thanks sledger
    Flawless Form. Faultless Function. Crafted by Cloud

    https://www.cloudwebagency.co.uk

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •