hyperlink - Open Iframe content links in new window -
i have task where:
i have frame contains external url content. externale content has list of several links articles. task open each of these links in seperate window, when clicked.
my code similar this:
i want open each of links within ibnlive open in new window, instead of same window.
could please or suggest me on this, or please suggest alternatives if there any
you can add target="_blank" on links want open in new window
for example
<a href="yourlink" target="_blank">asd</a>
Comments
Post a Comment