/t5/coldfusion-discussions/setting-var-with-image-map-onmouseover/td-p/874193May 20, 2008
May 20, 2008
Copy link to clipboard
Copied
i have an image map, and i need for as the user mouses over
or clicks each mapped coordinates, a specific variable (mapclick)
is set to a string to be output below the image map. i'm going in
circles and really not making progress with my ideas, so am looking
for some fresh ideas as to how to do this.
thanks for any help!
well... cf runs on the server, js runs on the client. without
sending
the js data to the server in some way (form submit, ajax
request, etc)
you will not be able to set your cf vars to js values...