Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calling a function from opener window

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
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.
 
you can access the opener with "window.opener.etc"

hope that's enough
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top