I have placed an iFrame within a div and need to set the div's style="visiblity: hidden;" from within the iFrame when the user clicks the close button.
The following javascript works in IE.
parent.theDiv.style.visibility="hidden"; , how can I get it to work in Firefox??



Reply With Quote

Bookmarks