[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Buttons
Hi to Everybody....
Altought i searched all the messages and tried all the methods from the
mailing list, i was unable to change the "Check out" button in the
basket.html file, no matter what i did, nada....,
I would like to know if someone ever succeded in this mission....
I have only 2 buttons there and here is the code for them, one which is the
recalculate is working fine,
but the Check out....
<input type=image onClick="document.forms[0].action='[process-target]'"
name="mv_submit" SRC="/karmail/images/hebrew/recalc.gif">
<input type=submit name=mv_todo value="check out">
The easy way to do so (and mybe here is my mistake) is
<input type=image name=mv_todo src="/karmail/images/hebrew/order.gif"
value="check out">
But its not working...
I think that the problem is when you change the submit, the mv_todo is not
returing the correct value (which is "check out", Value is not working with
type=image...
Thanks In Advance,
Eran Binyamin Zeitoun.
- Follow-Ups:
- Re: [mv] Buttons
- From: Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de>