I want to make a drop down box like here
http://www.echoecho.com/htmlforms11.htm
That selects different sizes etc
That I can use on Mal's cart
This is the code for my regular button
- Code: Select all
<form action="http://ww10.aitsafe.com/cf/add.cfm" method="post">
<input type="hidden" name="userid" value="MY USER ID">
<input type="hidden" name="product" value="PEN">
<input type="hidden" name="price" value="3.2">
<input type="hidden" name=qty value="1">
<input type=submit value="Add to cart">