This is the 'buy now' code sent to me by my shopping cart host (I removed the img attributes so it would display:
Normally this opens a smaller window _over_ the original page and displays the shopping cart.
When linked from an Image Map however, it will only open the shopping cart in a new tab. If I remove the Target Attribute it will open in the same tab, but not open the window correct (it replaces the whole page).
Question: How can I get this code to work normally when linked from an Image Map?
Here is the Image Map Code for reference:
<a href="CART URL/ecom/gb.php?c=cart&i=LFR-1&cl=hidden&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="CART URL/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a>Normally this opens a smaller window _over_ the original page and displays the shopping cart.
When linked from an Image Map however, it will only open the shopping cart in a new tab. If I remove the Target Attribute it will open in the same tab, but not open the window correct (it replaces the whole page).
Question: How can I get this code to work normally when linked from an Image Map?
Here is the Image Map Code for reference:


