[home]  [scripts]  [news]  [forums]  [feedback] 
Home
...a journey into a lost mind. Don't suppose you found it?
WAIT message  (id:1058 ) (7369 hits)
Description:
Ever wanted to have a "Please Wait while data is loading" message appear... Here is how to do it with a mix of VBScript, Javascript and DIV. This only works with IE I belive though - hi. 
Code:
<%@Language=VBScript%>
<%
Response.write "<div id=MyText>Please Wait...</div>"
Response.flush()

.... your time intensive lookup here...

%>

<script language=javascript>
document.all.MyText.style.display = 'none';
</script> 
Created:
4/5/2002 12:20:00 PM 
Created By:
Curt 
Download URL:
 
Category:
ASP/VBScript 
Sample URL:
 
Updated:
3/10/2003 2:07:00 PM 
RSS Subscriptions
Advanced Script Search

Keyword(s)


Category