Hi guys, I want to put one of these on my website: http://buyincoins.com/sun-glasses-dv-dvr-spy-camera-video-recorder-4gb-4-gb-product-3050.html See the "Please Fill the Quantity" part, I want to have that input box where you can use the arrows to adjust the quantity. Preferrably I'd want the arrows on either side of the input box. Can anyone help me out or point me in the direction of a tutorial? Thanks!
that simply can be done with the use of javascript. if you cant you might better of hiring somebody do it for you.
Place a < at the beginning of each line and > at the end form input type=text name=amount value=5 input type=button value="up" onClick="javascript:this.form.amount.value++;" input type=button value="down" onClick="javascript:this.form.amount.value--;" /form Hope this helps