Hi
For certain products I need to open a new page when customer clicks on "add to basket" (Product must still be added to basket").

To create a new add to basket image I have this working fine:

<form name="cart_quantity" action="http://www.zencart.com?main_page=product_info&amp;action=add_product" method="post" enctype="multipart/form-data">

<input type="hidden" name="cart_quantity" value="1">

<input type="hidden" name="products_id" value="1" />

<input type="image" src="includes/templates/template_default/buttons/english/button_in_cart.gif" alt="Add to Cart" title=" Add to Cart " />
</form>


HOWEVER: I can not incorporate:<a href="http://www.zen-cart.com" target="_blank"></a>

Any help would be appreciated.
Thanks