> there. How can I get the pop-up window to close and do the submit like I
> need?
Have the popup window invoke a jscript function on the main page which tells
the popup's form to submit itself and then closes the window. Second option
is to have the popup's form target return a tiny page like:
<html><script>window.close();</script></html>
Then, when the user submits the popup form, the response closes the window.
_3
M
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets