Opening link in new window
Posted
by kedar kamthe
on Stack Overflow
See other posts from Stack Overflow
or by kedar kamthe
Published on 2010-03-30T16:08:40Z
Indexed on
2010/03/30
16:13 UTC
Read the original article
Hit count: 430
html
I am working on a CMS site that uses dynamic navigation. There is one link on the site that I would like to be able to open in a new window. However, since this is a dynamic environment I can't add the standard, target="_blank" to the link. so how can i open the link in new window without using jquery ?
© Stack Overflow or respective owner