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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup -> opener communication

Status
Not open for further replies.

Gatchaman

Programmer
Jan 21, 2003
71
AU
Hey all, I have a javascript function on a page that opens a new window. Also, on this page, I have another javascript function that adds and deletes things from a <select>.

What I would like to do is have the pop-up be able to execute the function on the window that opened it.

Is this possible?

Thanks in advace,

Damon
 
yes, in your pop up have the code:

window.opener.myFunction(); --------------------------------

jb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top