Thread
:
Add to cart button needs to redirect to a new page
View Single Post
#
3
04-28-2008, 09:51 AM
exsecror
X-Wizard
Join Date: Apr 2007
Posts: 1,284
Re: Add to cart button needs to redirect to a new page
Add this to the anchor link:
Code:
onclick="javascript
:window.open(this.href, '_blank'); return false;"
exsecror
View Public Profile
Find all posts by exsecror