Results 1 to 5 of 5

Thread: how to force a page to refresh using html

  1. #1
    Join Date
    Apr 2008
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default how to force a page to refresh using html

    how can i force a page to refresh using html.........

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    You might find this link useful:
    http://www.w3schools.com/tags/tag_meta.asp
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There is only one way to do that using HTML alone. That is the meta refresh tag:

    http://en.wikipedia.org/wiki/Meta_refresh

    There are other ways, using either javascript or server side code, but these are not HTML methods.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Apr 2008
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default if i am using meta.... on a website and in multiview

    i am using meta to do refresh for a website, inside the multiview how can i do refresh for single view of the multiview instead of the main page onli

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Multiview isn't a specific term. Do you mean asp multiview? If so, you should use asp to refresh your content, and that is beyond this forum, though you can check in our asp section. If you mean frames or iframes, just put the meta refresh tag on the page inside the frame or iframe. If you are talking about something else, please let us know what. Be specific.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •