Guest_imported
New member
- Jan 1, 1970
- 0
I opened a modalDialog window, in the modal, how can i call a function in the parent opener window?
the function i have in the opener window is:
function GlobalFunc() {
.....
}
from the modal, how can i access this? It's killing me.
the function i have in the opener window is:
function GlobalFunc() {
.....
}
from the modal, how can i access this? It's killing me.