Is there a way with javascript to replace an iframe, for example
<iframe id="myframe"></iframe>
with a link like this...
<a href="">go here</a>
only if browser detects IE9? If I write a pure javascript code from my <head></head>
area. I want this action to occur before the iframe is fully loaded onto the page.