[ic] input type=image

Ron Phipps rphipps@reliant-solutions.com
Tue, 19 Sep 2000 10:55:18 -0800


Search the mail archive at www.minivend.com/iri for "image buttons" and it
will detail how to setup the images on your form.  It consists of adding a
few other hidden values, setting those values on the click of the image and
then submitting the form.  Take it easy.

-Ron

-----Original Message-----
From: Christopher Saint-Amand <csaint-amand@platform.net>
To: interchange-users@minivend.com <interchange-users@minivend.com>
Date: Tuesday, September 19, 2000 8:45 AM
Subject: [ic] input type=image


>Hello,
>I'm trying to finish up our catalog and one of the things that needs to be
>done is to have image buttons replace html buttons.  Given the following
>line on the "basket" page:
><input type=submit onClick="this.form.target='_top'"  name="mv_click"
>Value="Check out">
>
>The refresh button and checkout button are fine, but if I set the type to
>image as follows:
><input type=image src="checkout.gif"  onClick="this.form.target='_top'"
>name="mv_click" Value="Check out">
>
>I get a "refresh" on clicking "Check out."
>
>I've been experimenting with putting different name values, etc. in there,
>but with no (good) results.
>
>The hidden values are as follows:
>
><INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
><INPUT TYPE=hidden NAME=mv_doit      VALUE=refresh>
><INPUT TYPE=hidden NAME=mv_orderpage VALUE="ord/basket">
><INPUT TYPE=hidden NAME=mv_checkout  VALUE="ord/checkout">
><INPUT TYPE=hidden NAME=mv_nextpage  VALUE=index>
>
>Anyone got any hints?
>
>Thanks,
>Chris.
>
>
>_______________________________________________
>Interchange-users mailing list
>Interchange-users@www.minivend.com
>http://www.minivend.com/mailman/listinfo/interchange-users
>