Hi all,
I'm trying to change the display of a div in the top document according from within an iframe.
I thought top.document.getElementById('this').style.display = 'none' would do the trick, but I get a 'Permission Denied' error.
How do I access and manipulate the DOM from within an iframe?


Reply With Quote
Bookmarks