Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Automatic Refreshing

  • 23-07-2000 2:12am
    #1
    Closed Accounts Posts: 202 ✭✭


    Can somebody here please give me the code for the META tag that automatically refreshes to another page?

    I can't find it anywhere.

    Thanks

    Karla


    Webmongers.org


Comments

  • Closed Accounts Posts: 202 ✭✭Karla


    Doh! Got it just after I posted smile.gif


  • Closed Accounts Posts: 7,488 ✭✭✭SantaHoe


    What was it?


  • Subscribers Posts: 4,419 ✭✭✭PhilipMarlowe


    ummm i think it's this...

    <meta http-equiv="Refresh" content="5 url=new_page_1.htm">
    (if the page is in the same directory..)
    the '5' being the length of time to display the original page.....or something....

    or...
    &lt;meta http-equiv="Refresh" content="5 url=http://www.whatever.com"&gt;
    

    ah stuff......

    www.licksy.net
    info@licksy.net

    [This message has been edited by Licksy20 (edited 23-07-2000).]


  • Closed Accounts Posts: 202 ✭✭Karla


    Yeah I think there's a ';' after the number though.

    Karla


  • Registered Users, Registered Users 2 Posts: 12,309 ✭✭✭✭Bard


    This is it..:
    &lt;META HTTP-EQUIV="refresh" CONTENT="XX; URL=THEURL"&gt;
    

    Where XX is the number of seconds of delay before the redirection, and THEURL is the URL, relative or absolute, to the resource you wish to redirect the viewer to.

    - or if you're using ASP, just do a Response.Redirect wink.gif

    Bard

    |home page|scary éire


  • Advertisement
  • Closed Accounts Posts: 3,859 ✭✭✭logic1


    It's never nice to use people.

    .logic.


  • Closed Accounts Posts: 7,488 ✭✭✭SantaHoe


    ...unless they want you to use them of course.


Advertisement