Re: [htmltmpl] Is their a maximum amount of data that can be disp layed by HTML:: Template?
Brought to you by:
samtregar
From: Mathew R. <mat...@re...> - 2004-07-13 23:21:37
|
> > That looks like a generic IE error message - look at the bottom of > > the page. It probably has something like - > >=20 > > HTTP 500 - Internal server error > > Internet Explorer > >=20 > > My guess is you're timing out before the results can be served up. >=20 > Grrr. You are absolutely right. I tried serving the page up in = Firefox and > it works fine. Any idea how to adjust the timeout value for IE? AFAIK - there is no way to adjust the timeout. It is one of the reasons = reviewers are saying "Firefox renders faster than IE". You could try using mod_gzip (assuming that you are using apache) - this = may help if your timeout is bandwidth related (eg viewing the page over = a modem). Mathew |