Srinu asks:
>     HTML Page contains two Frames. One Frame contain an Applet. From
> Applet I am calling servlet , Servlet response should be displayed on
> the other Frame. How to do it?

     If it were HTML, the HREF or POST that invokes the servlet should
include a "target=framename" argument.  I'm not sure how much applets
can interact with the browser - I haven't messed with applets at all,
but I have the impression they can't do alot with the browser, with
respect to rendering HTML (which is part of why I haven't messed with
applets at all).  If this is true, your best bet might be some
combination of javascript and java.

Steven J. Owens
[EMAIL PROTECTED]
[EMAIL PROTECTED]

___________________________________________________________________________
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