#1- What do you mean by idle? The user not moving the mouse or hitting any keys? Or an idle connection with the server? #2- Generally speaking people use AJAX so they don't have to refresh the page. Please clarify what you mean.
But yes you can integrate AJAX and VBScript pretty easily.
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
Connection with server is ok but i can't see any progress until i move the mouse or refresh the page. This happens only sometimes and I am not able to find the reason
Window.Reload can be used to refresh a webpage. I'm not sure here you're getting AJAX out of all this without more information.
In JavaScript:
in vbs:
Is this perhaps an issue with you not setting the async property properly. The page will lock out all script interaction until it receives server info if this is set incorrectly.
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch