On Tue, 6 Jun 2000, John Bell wrote:

> I am using 4 frames  in the HTML page.  The only way I can get images to
> show in an HTML/JSP page is to use the full URL (copied from the Fields JSP
> book) - does that mean that there will be a call to the server for each
> image (as well as for each frame) eg.
>
>   <img src="http://127.0.0.1:8080/search/jsp/search/Cart.gif" align="right">
>
> If so will a top frame with 6 images will appear on each page of the web
> app - will that be a potential performance problem?

I am missing a point: if the top header appears in ALL pages of the app,
why would you reload it from "page" to "page"? Can't you make it sort of
frozen and do the content changes in another frame? I mean, isn;t this the
funcionality that you require? In general, the browser will make a call to
the server but should not transfer again an image that can be retrieved
from the browser's cache.

Kostas

>
> John

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to