I have installed the nopcart code on my pages and everything seems to work just fine with one exception. On my page I have several items and when I click the "buy" button the page always jumps to the top. What I mean is when I select to buy "item no. 8" which is let say located half way down on the page, the page after selection of this item goes to the top where "item no. 1" is...! Is there a way to prevent this? If so, how?
In case I am doing something wrong please have a look at the code of my form below:
Thanks for your help!!!
<FORM NAME="order">
<span class="small"><font color="#000099">CD</font></span>
<input type=text size=2 maxlength=3 name=QUANTITY onChange='this.value=CKquantity(this.value)' value="1">
<input type="image" src="../../images/buy.gif" value='Add to Cart' onClick='AddToCart(this.form)'>
<input type=hidden name=PRICE value="3.00">
<input type=hidden name=NAME value="My Group<br>transcendents ">
<input type=hidden name=ID_NUM value="CD">
<font color="#000099" class="small">--></font><img src="../../images/webimages/cart.gif" align="absmiddle">
<a href="../cart/managecart.htm" target="main" class="smallbld">check out</a>
</FORM>
