In an effort to create a clickable thumbnail image in the description, I entered the following in the product description field.
!!<
<input type=image src="image_tn.jpg"
onclick="ShowPopUp('image.jpg',800.600)">
>!!
While this works great, when you click on the thumbnail the larger picture comes up, but it also adds the product to the shopping cart. When I mouse over the thumbnail it has a url for a perl script in the cgi-bin. Actinic seems to be generating the link itself. Does anyone know a way round this?
!!<
<input type=image src="image_tn.jpg"
onclick="ShowPopUp('image.jpg',800.600)">
>!!
While this works great, when you click on the thumbnail the larger picture comes up, but it also adds the product to the shopping cart. When I mouse over the thumbnail it has a url for a perl script in the cgi-bin. Actinic seems to be generating the link itself. Does anyone know a way round this?
Comment