Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Timeout

Status
Not open for further replies.

LordSlayer

Programmer
Jun 23, 2002
11
0
0
NL
is it posible in VBScript to make a timeout like in javascript(setTimeout)
 
session.Timeout = [] "session timeout"
connectionToDatabase.ConnectionTimeout = [] "DB timeout"
server.ScriptTimeout = [] "script timeout" I may not get it the 1st or 2nd time,
but how sweet that 15th time can be.
 
and my last question where do you enter how long it should Timeout?
 
like this
session.Timeout = 60
this being 60 minutes

where ever you see the [] is stating where to enter your value I may not get it the 1st or 2nd time,
but how sweet that 15th time can be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top