| Author |
Unable to call child window functions from parent window
|
Naresh Talluri
Ranch Hand
Joined: Oct 12, 2007
Posts: 115
|
|
Hi All,
I'm having issue with calling child window function from parent window.
here is my code snippet.
Parent window:
Child window:
it is throwing alert like test function is not available.
can anyone please help me in this.
Thanks in Advance!
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
The window needs time to open and load fully before you can call the function inside of it.
Eric
|
 |
Naresh Talluri
Ranch Hand
Joined: Oct 12, 2007
Posts: 115
|
|
It will work fine if it is triggered from normal browser, but in my case im using XUL as platform
i'm facing trouble in this case, any thoughts?
|
 |
 |
|
|
subject: Unable to call child window functions from parent window
|
|
|