• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

setting var with image map onMouseOver

Explorer ,
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!
TOPICS
Advanced techniques

Views

296

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 20, 2008 May 20, 2008

Copy link to clipboard

Copied

and how is this related to ColdFusion?

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
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...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 20, 2008 May 20, 2008

Copy link to clipboard

Copied

LATEST
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/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation