[ic] mv_click_map

Rick Bragg lists at gmnet.net
Fri Mar 25 01:52:09 UTC 2011


Hi,

Is there any documentation on mv_click_map or click map?

Basically I am trying to do a form with a bunch of images as buttons.
Setting the value of an <input type=image name=mv_click does not work
with ie.

I tried using a single hidden mv_click, and setting it with javascript
but I have other javascript dynamically setting other variables on the
form, and it seems maybe those other variables that are set (with jquery
draggable) are ignored or cleared as the form submits with my onclick.
Anyway, here is my mv_click setup:

<input type="hidden" id="mv_click" name="mv_click" value="" />
<img src="button2image.jpg"
     onclick="document.getElementByID('mv_click').value = 'clickset1'; 
              document.form_name.submit(); return(false);"
>
<img src="button2image.jpg"
     onclick="document.getElementByID('mv_click').value = 'clickset2'; 
              document.form_name.submit(); return(false);"
>

Any ideas? Any docs on click mapping?

Thanks!
Rick






More information about the interchange-users mailing list