[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Buttons again
****** message to minivend-users from mikeh@minivend.com ******
Quoting Dennis Daniel (d_daniel@informatik.uni-kl.de):
> Hi,
>
> a few examples for the previous mail:
>
> Here a copy of the relevant code of the checkout.html:
>
> [set [L]Place[/L]]
> mv_todo=submit
> [/set]
>
> <B><INPUT TYPE=submit NAME=mv_todo VALUE="[L]Place[/L]"></B></BR>
> <INPUT TYPE=submit VALUE="([L]Update without placing[/L])">
>
Change to:
<B><INPUT TYPE=submit NAME=mv_click VALUE="[L]Place[/L]"></B></BR>
mv_todo needs to receive a value it recognizes; i.e., the deprecated
ActionMap directive. mv_click is what maps to the [set ...] stuff.
It is that way in the latest demo, I checked. I don't know where
you got the other stuff except from hacking a previous demo that
may have had an error.
--
Mike Heins http://www.minivend.com/ ___
Internet Robotics |_ _|____
131 Willow Lane, Floor 2 | || _ \
It's a little-known fact Oxford, OH 45056 | || |_) |
that the Y1K problem caused <mikeh@minivend.com> |___| _ <
the Dark Ages. -- unknown 513.523.7621 FAX 7501 |_| \_\
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
- References:
- Buttons again
- From: Dennis Daniel <d_daniel@informatik.uni-kl.de>