WHAT IS A SCRIPT/HTML I CAN PUT ON PAGE SO CERTAIN LINKS ARENT AFFECTED BY THE JAVASCRIPT ON PAGE?
i have a full page javascript on my website pages, but i am wondering what i can put before and after the links that i do not want the javascript to open in a new window.
some like ( )
is there anything like that?
i am just asking if there is a <(something)> i can put before and after certain links that i do not want the full page javascript code on the page to affect
omfg. k
THIS IS ON EACH WEBPAGE I HAVE
that is javascript. it makes windows open in a new window.
what i am askin is there a way to put something like









February 27, 2010 - 6:44 pm
February 27, 2010 - 7:16 pm
The target of the link determines where it opens.
click here opens in a new window, click here doesn’t. That’s HTML, it has nothing to do with Javascript.