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

calling cfc from an <a>

Explorer ,
May 20, 2009 May 20, 2009

Hi,

Can this be done? With or without ajax proxy?

Please post examples,

many thanks.

403
Translate
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

correct answers 1 Correct answer

Valorous Hero , May 20, 2009 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>

Translate
Valorous Hero ,
May 20, 2009 May 20, 2009
LATEST

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>

Translate
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