Forum Moderators: open
Is this something you'd use the document object for or window?
these are indeed on the same domain.
The reason I asked if they were on the same domain is that if they weren't, there would be absolutely no way to 'talk' between them.
You should be able to access that from inside your iframe with:
parent.document.getElementById( "youriframe");