|
Overide "target=_top" in non-hosted iframe
A page on my site has an iframe page that is hosted on another site (yes i have permission).
The links in the iframe are hard coded "target=_top".
How can I use JavaScript to override this with "target=_blank"?
|