Skip to main content
Known Participant
June 27, 2012
Question

Run CF Query on Rollover

  • June 27, 2012
  • 1 reply
  • 410 views

I want to have a CFM page were words on the page are links that on rollover make a div tag visible and populate the div tag with a query content.  Is this possible to do on rollover?

So I want to run the query on rollover based on what word they rollover.

    This topic has been closed for replies.

    1 reply

    Inspiring
    June 27, 2012

    Write your query in a cfc.

    Bind your div to the cfc.

    Write a js function to hide or show the div and call it on rolling over your link.