I do this through javascript.  The following href will update the frame
it is in as well as another frame through the onClick call.

<A HREF="/servlet/LeftFrame"
onClick="top.frames['right'].location='/servlet/RightFrame';return
true;"> Link Text </A>

--Barry

Ugur Serkan Taskin wrote:
>
> Any Ideas?
>
> Here is the definition:
>
> I have two frames lets call them frameA and frameB where they show dynamic
> content generated by two servlets, lets call servletA and servletB,
> respectively. In frameA, the content generated by servletA is an HTML form
> where a simple textline data is entered and Submitted which is then added
> two a database. In frameB, servletB shows the data elements added to the
> database.
>
> Here is the question:
>
> When the data is submitted in frameA, I want frameB to be refreshed: ie,
> reloaded the servletB which shows the database contents.
>
> What might be an efficient method to manage this?
>
> Thanks in advance,
>
> Ugur Serkan
>
> ___________________________________________________________________________
> 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

S/MIME Cryptographic Signature

Reply via email to