faqts : Computers : Programming : Languages : JavaScript : Frames

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

182 of 218 people (83%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How can I access a function in an IFRAME from the containing window?

Feb 7th, 2000 09:27
Martin Honnen,


The IFRAME is accessible via
  window.frames.frameName
thus a function defined inside the IFRAME is called as
  window.frames.frameName.functionName()