Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Examples: ASP Server Object ScriptTimeout Property

The following example causes scripts to time out if the server takes longer than 30 seconds to process them.

<% Server.ScriptTimeout = 30 %> 

The following example retrieves the current value of the ScriptTimeout property and stores it in the variable TimeOut.

<% TimeOut = Server.ScriptTimeout %>


ContentsPreviousNextIndex