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

http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/

you can add target="_blank" on links want open in new window

for example

<a href="yourlink" target="_blank">asd</a> 

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -