|
-
Mar 18th, 2003, 08:54 PM
#1
Thread Starter
Addicted Member
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.
-
Mar 19th, 2003, 06:05 AM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|