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"?
You can't alter or do anything with websites in iframe if they're not on the same domain. Security reasons.. same with not being able to open pages not on the same domain with AJAX. If you have permission from the person, should get them to change the target of the links :\
They won't do that because it's used by thousands and the target is set to "_top" so that links won't load in the iframe.