What is target="_new"? validator giving error..
- by jitendra
What is target="_new"? validator giving error..
How to do this with jquery bcoz Validator giving error
on same page i have 
target="_new" and  target="_blank"
target="_new" is in that form code which i received from email newsletter company
I'm using this for target="_blank"
$(function() {
    $('a[href^=http]').click( function() {
        window.open(this.href);
        return false;
    });
});
What should i do for  target="_new"