Hello Brandon,

You could do the following: after submitting the form in the pop up 
window, redirect to a page that:
 1/ Refreshes its parent with javascript (opener), 
2/ closes itself (with javascript, again)

You can fire the 2 events in the onload event of the body.

HTH
Renaud

PS: This is independent of Struts use.







Brandon Mercer <[EMAIL PROTECTED]> 
27/01/2005 16:04
Please respond to
"Struts Users Mailing List" <user@struts.apache.org>


To
Struts Users Mailing List <user@struts.apache.org>
cc

Subject
Popup window submitting to action






Hello,
I've got a slighty off topic question for the group.  I've got a pop-up 
window that I use in my application where my client can create a new 
contact.  I wish to have the information write to the database, and 
close the pop-up window, and then refresh the page it came from.  I know 
this can be done, and I wondered if anyone could show me what I need to 
do to trigger that stuff.  Thanks
Brandon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to