• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: new window and refreshing parent
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

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
email@hidden
http://www.omnigroup.com/mailman/listinfo/webobjects-dev

 _______________________________________________
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

References: 
 >new window and refreshing parent (From: Gino Pacitti <email@hidden>)

  • Prev by Date: Re: Saving a D2W Query component?
  • Next by Date: Automated test and javaplaybackmonitor
  • Previous by thread: new window and refreshing parent
  • Next by thread: Automated test and javaplaybackmonitor
  • Index(es):
    • Date
    • Thread