You can use javascript to:
1. exchange the input data from the child window to hidden form fields in
the parent window,
2. trigger an event in the parent window to submit the form (via POST) to
the servlet,
3. close the child window

-----Original Message-----
From: happyone W [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 08, 2001 10:04 PM
To: [EMAIL PROTECTED]
Subject: how to manage communicate among multi explore windows through
servlet?

Hi all ,
 I hit such problem during my development:
 I want to exchange info between 2 explore windows ,one is the main window
while another is a popup window of the main window.The problem is that when
I popuped up the sub-window,I input some info and submit it to a servlet,I
want the servlet's doPost method to write output the the main window,Can I
do that?

 any help will be appreciate!

 happyone
____________________________________________________________________________
____________________________________________
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

___________________________________________________________________________
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