faqts : Computers : Programming : Languages : JavaScript : Language Core : Functions

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

59 of 67 people (88%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

Can I call a function on the opener window from a child window?

Apr 3rd, 2002 17:23
meng xianhui, James Walford,


You can do it like this:
window.opener.functionName()