[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Buttons Part 2...
Hi to everyone...,
First, I am sorry i am bothering any of you.....
Last time i got a good answer, but it seems its working for me only in
basket page 8-), and
as i am finishing my MiniVend cart, i am again with wondering about buttons,
this time in the
checkout page.
There is the shipping and billing buttons which mike, wrote them buttons as
simple ones:
<INPUT TYPE=submit NAME="mv_check" VALUE="[L]Recall shipping[/L]">
<INPUT TYPE=submit NAME="mv_check" VALUE="[L]DELETE shipping[/L]">
and so on...
when trying to change them, well... the buttons themself are well... but not
function as ment for,
i get sometimes a "Hammered session lock LOCK_G9Vp7hMG_192.115.1.1 left by
PID 216"
or in other cases, its just refresh the screen when clicking on them.
I tried 2 methods:
1. <INPUT TYPE=image src="deleteprofile.gif" NAME="mv_check" VALUE="DELETE
shipping">
<INPUT TYPE=hidden NAME=mv_check VALUE="DELETE shipping">
Or as JoJo (Joachim) suggested before
2. <INPUT TYPE=hidden onClick="document.forms[0].action='[process-target]'
NAME="mv_check"
VALUE="Save shipping">
<INPUT TYPE=image SRC="updateprofile.gif" BORDER=0 NAME="Save shipping">
Both are not working...., Any ideas?