Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE 6.0 Timeout
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00641001
Message ID:
00641002
Views:
17
>Does anyone know how to increase the time IE 6.0 will wait before timing out on a server?

Jim:

You mean on the client? In that case I don't know.

What I normally use is timeout code on the Web Server to wait for long queries to return a result. If they don't in time, the server will close the http stream and send the page with a timeout error to the browser.

I use code like this (time in seconds)
<%
dim nOldTimeout
nOldTimeout = server.ScriptTimeout
server.ScriptTimeout = 900
%>
HTH


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform