4 Oct
2003
4 Oct
'03
1:36 p.m.
Hi Dieter, Dieter Maurer wrote:
Dennis Allison wrote at 2003-10-2 13:37 -0700:
I have a zope page which goes off to an external method which can, sometimes, take a long time (minutes). Apparently IE will timeout. My user then does a reload which causes the external method to be re-executed, etc.
Any suggestions as to what to do?
You may use the "refresh" "meta" tag. Search for details...
I'm sure this will not help to avoid the timeout :-) Dennis, try to output something during your method execution via response.write() Regards Tino