|   | Product Home Page | Developer Site | Version | 
|      | 
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 %>
|      | 
Copyright © 2003 Sun Microsystems, Inc. All rights reserved.