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.

Cheers
Dave


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 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