Results 1 to 2 of 2

Thread: refreshing AFTER page is loaded

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    145

    refreshing AFTER page is loaded

    I tried this:

    <body onload="javascript:window.location.reload()>

    but the page is refreshed as it loads. What I wanted is to be able to automatically refresh the page AFTER it is loaded. I wanted to refresh the page only once (after the page loads).

    Thanks again for any help.

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Well that should do it after the page has loaded, but perhaps a browser has a dodgy implementation of. WHat I would do is check if a cookie exists before you refresh the page, then if it doesn't set it and then refresh the page. That should avoid an infinite loop.

Posting Permissions

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



Click Here to Expand Forum to Full Width