Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1035
Refresh WARP from child pop-up window?
posted

I can not figure out how to get a WARP in the owner window of a pop-up window to do an async refresh when a button in the pop-up window is clicked.  The function ig_getWebControlById returns null because it is looking for the WARP's id in the current pop-up window.  I can get the owner window to do a full page refresh, but that is all.  Anyone know how to do this?  Please help!

Parents
  • 80
    posted

    Maybe you can try to write a js function 'A' in ' owner window ' to handle the async refresh .

    and then write a js 'B' within pop-up window to call the js 'A'.

    Give an id to ' owner window '  can help js 'B' find the window and call js 'A'.

     

    it's just a little try. i'm not so sure about it.

Reply Children