Hello! Can someone please help me with this coding please--
<input type="button" value="Add to Wishlist" onClick="document.tForm<?php echo $Count?>.mywishlist.value='yes'; if (formvalidator<?php echo $Count?>(document.tForm<?php echo $Count?>)) {document.tForm<?php echo $Count?>.submit();return true;}" />
Instead of the Add to Wishlist button, I want to just put a HTML link but I don't know how to exactly do it.
Thanks much!