Re: new window and refreshing parent
Re: new window and refreshing parent
- Subject: Re: new window and refreshing parent
- From: Dave Elsner <email@hidden>
- Date: Tue, 10 Jan 2006 08:58:52 +1100
Hi Gino,
You can use _javascript_ to do this. Something like:
if (window.opener && !window.opener.closed ) { opener.location.reload();
} window.close();
or you could try opener.myform.submit();
Then place a WOConditional on the parent page that if the image has data show it.
On 09/01/2006, at 10:15 PM, Gino Pacitti wrote: Hi
Has anyone had any experience with this type of situation.
I have a modal window created with an image upload function.
Once the image is uploaded I want the parent window to refresh so the image is visible..
Any help appreciated.. Best Gino _______________________________________________ WebObjects-dev mailing list
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden