[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: using an image in a form submit button
****** message to minivend-users from "Thompson-Jordan" <Thompson-Jordan@mindspring.com> ******
> -----Original Message-----
> From: owner-minivend-users@minivend.com
> [mailto:owner-minivend-users@minivend.com]On Behalf Of Kyle Cook
> Sent: Monday, March 22, 1999 10:23 PM
> To: minivend-users@minivend.com
> Subject: using an image in a form submit button
>
>
> ****** message to minivend-users from Kyle Cook
> <kyle@invisio.com> ******
>
> I have not been able to do a good search of the archives, as
> the webglimpse
> is off-line.
>
> I need to use an image for a submit button in the checkout process.
> I do not want to use an imagemap as the buttons appear on
> different parts
> of the page.
> My checkout process has been modified to a multi page checkout, so the
> mv_todo.checkout approach wont work deeper into the process.
> I'm running MV3.11 and here is a snip of my code:
>
> #########################
> ---- first 2 lines are inside of the form tags naturally ------
> <input type="image" src="images/checkout.gif" name="mv_click [L]Check
> out2[/L]">
> <input type="image" src="images/clearcart.gif" name="mv_click [L]Clear
> Cart[/L]">
>
> [set [L]Clear Cart[/L]]
> mv_todo=return
> mv_nextpage=canceled
> [/set]
>
> [set [L]Check out2[/L]]
> mv_todo=return
> mv_nextpage=ord/checkout2
> [/set]
> ##########################
Not positive, but maybe something like:
<FORM ACTION="[process-target secure=1]" METHOD=POST>
<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
<input type="hidden" name="mv_doit" value="refresh">
<input type="hidden" name="mv_checkout" value="ord/checkout">
<input type="image" name="mv_todo" src="checkout.gif"
VALUE="[L]Checkout[/L]">
</FORM>
>
> I found in the manual the following:
>
> mv_click A Any form, sets multiple form
> variables before
> update
> mv_click XA Default mv_click routine, click is
> mv_click_arg
> mv_click <name> XA Routine for a click <name>, sends click as arg
> mv_click_arg XA Argument name in scratch space
>
> I can not figure out how to use this information to do what I need.
> I have tried:
> name="mv_click_[L]Check out2[/L]"
> name="mv_click <[L]Check out2[/L]>"
>
> and several other variations, with no success.
>
> Does anyone know how to use these variations of mv_click to achieve the
> results I am looking for?
>
> Thank You in advance
>
>
> Kyle Cook
> http://www.invisio.com
> Web site design, database driven sites,
> and shopping cart programming.
> Great sites, value priced!
>
> -
> 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
>
-
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