I am trying to change the display for some elements in an iframe
eg:
the iframe has the following link
<a href="" onclick="window.parent.document.getElementById('element').style.display = 'none'">
however it does not seem to be working, I am trying to figure out is there a way to do this.