[ic] Modifying posted form with mv_click

Mike Heins interchange-users@icdevgroup.org
Mon Apr 28 08:13:01 2003


Quoting Jamie Neil (jamie@versado.net):
> Sorry - got it now (amazing what 2 hours sleep can do for you)
> 
> Just for the record, I did it like this:
> 
>                                 [button
>                                         text="Remove Item [item-increment]"
>                                         src="remove.gif"
>                                         hidetext=1
>                                         form=basket
>                                 ]
>                                 mv_todo=refresh
>                                 mv_nextpage=ord/basket
>                                 [quantity-name]=0
>                                 [/button]
> 
> The key is to use [item-increment] in the button text so each button has a
> unique name.

This won't work except for the first item -- you need mv_quantity_update.

It will be easier to do it with a link:

	[page href="ord/basket"
	      form="
		  mv_quantity_update=1
		  [quantity-name]=0
		  mv_action=refresh
		"]<img src="remove.gif" border=0></A>

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.513.523.7621      <mike@perusion.com>

Light travels faster than sound. This is why some people appear bright
until you hear them speak. -- unknown