[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Using images for Address Book buttons
I'm attempting to use images as buttons for the address book functions.
I use image buttons for all our other functions, but for some reason the
address book functions only works using the standard html buttons.
Below is the code I expected to work:
[button
text="Checkout"
src="buttons/process_order.gif"
hidetext=1
form=ship_address
]
[value name=s_nickname set="[cgi s_nickname]"
filter="nullselect no_white" hide=1]
[userdb function=set_shipping]
]
Using this code the form only refreshes. However using the following
works:
<INPUT TYPE=submit NAME=mv_check VALUE="Save shipping"
style="font-size: 8pt">
[set Save shipping]
[value name=s_nickname set="[cgi s_nickname]" filter="nullselect
no_white" hide=1]
[userdb function=set_shipping]
[/set]
Any ideas? I've been through this on other sites and was never able to
get it working.
Thanks,
-Ron