[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Problem with remove button in Basket.
Hello all.
I would like to know if anyone knows how to make a picture work in place
of the check box that is used in the Shopping basket to remove items from
it. I have been able to replace the submit buttons successfully with
pictures. But the check box just do not let me do the same.
I have tried stuff like this:
<INPUT TYPE="image" NAME="mv_click.[L][quantity-name][/L]" SRC="remo
ve.gif" BORDER="0">
<INPUT TYPE="hidden" Name="mv_click_map" Value="[L][quantity-name][/L]">
.
.
[set [L][quantity-name][/L]]
mv_todo=this.form.action='[process-target]', this.form.submit()
mv_nextpage=ord/basket
[/set]
The page keeps reloading to the basket. I am not of what mv_todo should
be set to.
Can anyone help
Thank you
Aboubacar.