For your <form> tag, set the target to a window name, then when you submit, call a javascript function that opens a new window with the same name. This will submit all the values from the current page into the targetted new window.

I think you can also just do <form target="_blank"> and it will submit into a new blank html window but you won't be able to set the size or the properties of the new window like you can with window.open().

BAL

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: forwarding to a pop-up window
Date: Mon, 3 May 2004 09:49:45 -0500

Hi,
I'm new to struts. I have a JSP form which when submitted, needs to open a
pop-up window that will display a confirmation message after processing is
complete. How would I do this?
Thanks.



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


_________________________________________________________________ Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com


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



Reply via email to