Skip to main content
Known Participant
May 20, 2009
Answered

calling cfc from an <a>

  • May 20, 2009
  • 1 reply
  • 431 views

Hi,

Can this be done? With or without ajax proxy?

Please post examples,

many thanks.

    This topic has been closed for replies.
    Correct answer ilssac

    It can, but it would be pretty wierd and the CFC method called would have to return something that the browser can understand.

    <a href="url.to.a.cfc?method=nameOfMethod&aProperty=foo&bProperty=bar">A link to a CFC</a>

    1 reply

    ilssac
    ilssacCorrect answer
    Inspiring
    May 20, 2009

    It can, but it would be pretty wierd and the CFC method called would have to return something that the browser can understand.

    <a href="url.to.a.cfc?method=nameOfMethod&aProperty=foo&bProperty=bar">A link to a CFC</a>