Reputation: 1697
I have the following iframe in my html page.
<iframe src="www.w3schools.com"></iframe>
Is it possible to force all anchor links within the iframe to open in a new window (without using jquery/javascipt)? Note that I do not have control over iframe source content.
Upvotes: 0
Views: 74
Reputation: 944303
No.
This isn't possible with JavaScript either.
It is not your site. You cannot control what the links do.
Upvotes: 3