Is it possible to open a new tab in browser using the window.open("http://www.google.com");
function, but open it in the background and remain on the current page?
When i Click in hyperlink the page will same but link will open in new tab...
I try this solution but it work only in Firefox link but I want to do in all browsers.