Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: How do I know if refresh is over or not?


Message #1 by Chetan Kudalkar <chetan_at_work@y...> on Thu, 4 Oct 2001 10:45:57 -0700 (PDT)
you can use the onLoad event. If you pass a value back to the page (such as
a querystring key/value) then you'll know when it has finished refreshing
and that the page has been refreshed and not loaded for the first time.

-----Original Message-----
From: Chetan Kudalkar [mailto:chetan_at_work@y...]
Sent: Thursday, October 04, 2001 6:46 PM
To: javascript
Subject: [javascript] How do I know if refresh is over or not?


How do I get to know if the page that was set for
Refresh operation has completed refresh or not?

eg.

 Refresh Page
 do
 {
   is refresh complete?

 }while (refresh not complete)

  Return to Index