I use javascript ...

Basically when the person hits the submit button on the popup it returns a simple component with just one line of javascript that closes
the window and refreshes the parent window:


<script language="JavaScript">window.opener.location=window.opener.location; window.close();</script>

James

On May 22, 2007, at 9:45 AM, Jean Pierre Malrieu wrote:

Hi,

I need to open a popup window (for example a file upload form), and when the user submits the form, close the popup window and update the original page. This is pretty standard practice, I am sure, but I don't know how to do it.

Thanks for your solutions.

JPM

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/james% 40jimijon.com

This email sent to [EMAIL PROTECTED]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to