Communicating between iframes on the same page. Uses commands like parent.frames[1].frames[11].say('hello'); OR can also use frames['frameName'] and NOTE that you're referring to the name attribute and not the id attribute.