> Any idea at which stage, will the browser(IE or Moz) crashes when 
> handling a jsp application.

A browser sees HTML (and sometimes Flash and Shockwave and Java applets
and....). It does not see JSP pages. It has no idea whether the page
it's rendering was generated by JSP, Java servlets, ASP, PHP, a CGI
process in C++, Perl, or Python, or whether it was static HTML. It has
no reason to care.
 
> how many lines a browser can handle, without a crash?

I don't think that IE or Firefox have a limit any more.

> is there any limitation of the web page size?

Not to my knowledge.

--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to