Thread: Help with MAL
View Single Post
  #1 (permalink)  
Old Jul 20th, 2007, 12:25
Phixon Phixon is offline
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Age: 21
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Help with MAL

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">
Reply With Quote