views:

33

answers:

0

Hello all,

I have a function in a parent page that opens another page in a child window. In the same parent I have a 'kind of' callback function that I am calling via window.opener.MyFunction() before closing the child window.

It works, but when using Firebug and placing a breakpoint in the 'callback' in the parent Firebug steps through it when the page is loaded (not executing it mind you). Then once I call the method from the child page Firebug won't hit the breakpoint although it does actually execute.

I hope that makes sense.