Hello:

I want to thank all that reply.

Is there a way to have this form submitted using code, instead of making the user press a button?

<form action="checkcustomer.asp" method="post">
<input type="Hidden" name="cmd" value="_cart">
<input type="hidden" name="Business" value="[email protected]">
<input type="hidden" name="item_name" value="<%=descpt%>">
<input type="hidden" name="amount" value=<%=currentPrice%>>
<input type="hidden" name ="ItemID" value=<%=SelTitles.Fields("Item.ID")%>>

<div align="Left"><%=extdesc%><div align="left"><a href="DisplayPict.asp?Picture=<% =seltitles("Picturename")%>" target="Frame2"><img src="images/view.jpg" width="81" height="20" border="0"></a>

</form>

If there is another way, could you please explain.

Thanks