Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session timeouts
Message
From
12/06/2002 09:22:46
 
 
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00666613
Message ID:
00667325
Views:
27
(SCRIPT LANGUAGE=VBS)
Sub Timeout()
MsgBox "you timed out"
End Sub

Sub Window_OnLoad()
Window.SetTimeOut("TimeOut", 1000, "VBS")
End Sub
(/SCRIPT)

This should give you a message box 1 second after the page loads. I'm not sure how you would do it Netscape, but this should work in IE.

Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform