Skip to main content
Known Participant
July 29, 2009
Question

Displaying Content in a Window

  • July 29, 2009
  • 1 reply
  • 632 views

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?

This topic has been closed for replies.

1 reply

Inspiring
July 29, 2009

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.