[home]
[scripts]
[news]
[forums]
[feedback]
...a journey into a lost mind. Don't suppose you found it?
WAIT message
(id:
1058
) (
8508
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
Most Popular Scripts
(11021 hits)
File Uploads
[3/18/2002][ASP/VBScript]
(8508 hits)
WAIT message
[4/5/2002][ASP/VBScript]
(7840 hits)
Calendar Script
[3/18/2002][ASP/VBScript]
(7618 hits)
Tree/Forum Script
[4/2/2002][ASP/VBScript]
(7242 hits)
NT Authentication
[11/12/2002][ASP/VBScript]
Newest Scripts
Get Application Root Path
[8/22/2007][ASP.NET/VB.Net]
Who Is Online.
[6/27/2007][ASP.NET/VB.Net]
Save a remote file
[6/23/2007][ASP.NET/C#]
ITracker - Sample Application
[9/13/2006][ASP.NET/VB.Net]
How to start/stop a service
[12/5/2005][ASP.NET/C#]
RSS Subscriptions
News
Newest Scripts
Top Scripts
Newest Posts
Advanced Script Search
Keyword(s)
Any
ASP/JScript
Visual Basic 6
ASP/VBScript
HTML
Javascript
ASP.NET/C#
ASP.NET/VB.Net
ASP.NET/General
Category
Searching...