Problem opening JSP page in IE...
Hi there,
I am facing a strange problem after upgrading the websphere version. when I try to checkout in the jsp page with more than 20 items in the cart it gives me a "The page cannot be displayed" error. It works fine in Firefox for any number of items and also it works fine in IE when i checkout with less than 20 items...
Any suggestions/comments ?
Thanks.
[387 byte] By [
Naik1983a] at [2007-11-26 18:10:55]

# 1
My guess is that the page is *timing-out* in IE and not in Firefox.
One reason why pages time-out in IE is if they take too long to load.
There's a Firefox extention that allows one to measure the page load time, see how long it takes and also see the page size.
If the loading time is more than 3 seconds or the page size is more than 100kb then it is more likely to get timed-out.
Try to optimize your code, JSP page etc here are some options to consider while optimizing :
http://forum.java.sun.com/thread.jspa?forumID=45&threadID=5135818