Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE 6.0 Timeout
Message
De
04/04/2002 13:28:11
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00641001
Message ID:
00641002
Vues:
18
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform