I have a Drupal website. I have a RSS feed with . Ahref links with target blank. But there is a bug in Drupal CMS. When i clicking on the links. Than the link open in the same window and a new window.
How can i fix this with javascript. Can i make a script that open links with target blank in a new window. And open not in the same window?
Thanks for helping
check this http://www.pageresource.com/jscript/jwinopen.htm.
note that u must call event.preventDefault() method to avoid default behavior.