Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Session timeouts
Message
De
12/06/2002 09:22:46
 
 
À
11/06/2002 18:55:51
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00666613
Message ID:
00667325
Vues:
26
(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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform