0 comments / June 07, 2014

How to open iframe link in parent window / new window

Normally if you click on any link in iframe content it will automatically open only within the iframe window. But you make those links to be openend in the parent window or new window by using target property of anchor tag.


1 comments / June 07, 2014

Open iframe link on parent / new window without using target attribute

Links in iframe will open on the same window by default, but specifying target on base tag we can make all links inside iframe to open in same / new window.