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

Invoking Component With OnClick Event

Engaged ,
Jul 19, 2007 Jul 19, 2007

Copy link to clipboard

Copied

I need help! I am trying to invoke a component asychronously with an onclick event of my form. Unfortunately, I have not been able to get it to work. I am currently using a framework by JSMX, but it is not functioning properly for me.

I know that my cfc is okay, for when I manually invoke it through the URL, it behaves as expected. Can anyone familiar with JSMX help me out? Thanks!

My code is as follows:

TOPICS
Advanced techniques

Views

288

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 19, 2007 Jul 19, 2007

Copy link to clipboard

Copied

LATEST
Why don't you do it the easy way and submit the form to a cf template that calls the method? If necessary, put that template into an iframe so it is not visible to the user.

Take into account that once you get your code to actually do something, you have to contend with users clicking the button repeatedly wondering why nothing appears to be happening.

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