Ok, so I guess this is not exactly the right place for this question, but i couldnt find a more appropriate forum. Can anyone tell me how to either increase the time my browser waits till timing out or to disable time out all together?
If I understand what you are telling me I think this is not quit what I need.
Here's the problem. Users attempt to print multiple documents from a software hosted on our document controll server. Because they are printing soo many documents at once the browser times out. Does IE 5.0 have a setting for disabling this? or if you first answere still applies can you explain a bit further?
or setting the refresh via meta tag
<Meta Http-equiv="Refresh" Content="5">
browser will refresh auto then A language that doesn't affect the way you think about programming is not worth knowing.
If there is a timeout on the browser, than it is extremely large, more likely what is happening is the server serving out the webpage works over the defaul time it has set and return a timeout.
onpnt's example above would be for a serveer side application in ASP and would extend the default IIS setting of 90 seconds to inifinity (and beyond!)
His second example forces a page to refresh 5 seconds after loading.
If the server is running IIS the default setting can be changed in the IIS settings, but be warned this is for the entire site.
-Tarwn "If you eat a live toad first thing in the morning, nothing worse will happen all day long." - California saying "To you or the toad" - Niven's restatement of California saying "-well most of the time anyway..." - programmers caveat to Niven's restatement of California saying
(The Wiz Biz - Ri
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.