i have this search form and when you hit search it takes you to new window! i make a search on the code for (window) and i got this! any solutions?

    // and open it in a new tab
        window.open(url,'_newtab');
    });
},

i want it to open the same tab

link|improve this question
feedback

1 Answer

I think is browser dependent, some of them open windows on tabs when you set target='_blank'

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.