[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: no checkbox as remove button
In-Reply-To: <37957AFD.CB729D65@microapp.com>
In article <37957AFD.CB729D65@microapp.com>, ldemaret@microapp.com
(laurent demaret) wrote:
> ****** message to minivend-users from laurent demaret
> <ldemaret@microapp.com ******
>
> hi all,
> does the remove button has to be a checkbox?
> I want to use an image instead but its not working!
>
> can anyone tells me exactly how to do it (every thing to add to my html
> page)?
> thanks
>
> laurent demaret
Dunno about exactly, but something like this, within the form;
<INPUT TYPE="hidden" NAME=[quantity-name] VALUE="[item-quantity]">
<INPUT TYPE="hidden" NAME=[quantity-name] VALUE="0">
<INPUT TYPE="image" SRC="my.gif">
You might have problems if there are any other buttons on the form eg
'recalc'
Bye :-)=
hutch@cix.co.uk