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)