0
setting var with image map onMouseOver
Explorer
,
/t5/coldfusion-discussions/setting-var-with-image-map-onmouseover/td-p/874193
May 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!
thanks for any help!
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/setting-var-with-image-map-onmouseover/m-p/874194#M80664
May 20, 2008
May 20, 2008
Copy link to clipboard
Copied
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
sirtcarlos
AUTHOR
Explorer
,
/t5/coldfusion-discussions/setting-var-with-image-map-onmouseover/m-p/874195#M80665
May 20, 2008
May 20, 2008
Copy link to clipboard
Copied
because i'm trying to cfset the variables with a
mouseOver...so it may be done with a combo javascript/CF if need be
i guess...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/coldfusion-discussions/setting-var-with-image-map-onmouseover/m-p/874196#M80666
May 20, 2008
May 20, 2008
Copy link to clipboard
Copied
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...
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
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...
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

