Hi,
I have the following code:
which loads the URL in the current browser window when the div (buy_icon) is clicked.Code:$(".buy_icon").click(function () { window.location = "http://www.theuntappedsource.com/results.php?category=422" });
How can I load the URL in a new tab or window?
Thanks for any help you can offer
Dan


Reply With Quote
Bookmarks