Click to See Complete Forum and Search --> : Can Pop-up window fire a function on parent window?


saglamtimur
November 27th, 2003, 11:25 AM
I have a parent window and a link to fire a pop-up (or modal dialog) window. On pop-up window I do some work, say an login page. Popping up is ok. But what I would like to do is to run a jscript function on the parent window as soon as I close pop-up window. How can I do this?

Thanks in advance...

tk_Sajesh
December 4th, 2003, 01:26 AM
of course yes.u can call a method in the Parent from within a child.
Check out the code provided.

Your files are attached and ready to send with this message.

saglamtimur
December 4th, 2003, 07:27 PM
Thanks alot.