[ic] flypage with order and put-in-basket buttons, form action problem

Jürgen R. Plasser plasser at hexagon.at
Tue Oct 14 17:49:45 EDT 2003


Thanks Kevin,

--On 14.10.2003 14:00 +0100 Kevin Walsh wrote:

> Here's some code to get you started:
>
>     <form action="[process-target]" method="POST">
>         <input type="hidden" name="mv_session_id" value="[data session
> id]">         <input type="hidden" name="mv_todo" value="refresh">
>         <input type="hidden" name="mv_order_item" value="[item-code]">
>         <input type="text" name="mv_order_quantity" value="1" size="3">
>         <input type="submit" value="[L]Add to cart[/L]">
>     </form>

The problem is, that this code processes to the order page and I want to 
stay on the current page.
It must be a mv_todo (or mv_action) value...

Has somebody done this before?
Any hints?

Jürgen




More information about the interchange-users mailing list