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

Displaying Content in a Window

Community Beginner ,
Jul 29, 2009 Jul 29, 2009

Copy link to clipboard

Copied

I want to display information from a database in a window when a person rolls over each item in a list somehow that does not use create.window or opens a new window or uses cftooltip but i want to be able to customize it.  Does anyone have any suggestion for doing this with ColdFusion?

TOPICS
Advanced techniques

Views

593

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 ,
Jul 29, 2009 Jul 29, 2009

Copy link to clipboard

Copied

LATEST

Use cfsavecontent to create whatever you want to display.

Use cfwddx or toScript() to make those variables available to javascript.

Write a javascript function to display your data and call it with the onMouseOver event on your anchor tag.

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