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

ColdFusion.navigate submitting CFFORM

Explorer ,
Nov 20, 2007 Nov 20, 2007

Copy link to clipboard

Copied

ColdFusion.navigate is supposed to submit a form to a specified ajax target (such as cfdiv or cfwindow).
The Coldfusion.navigate function in the code example works if removing the form name and the 'POST' but it returns a javascript error "unhandled exception" when including the form name or ID. I've tried lots of combinations cfdiv, cfwindow, specifying the form name, ID, Post, Get, etc... Always the same error..

TOPICS
Advanced techniques

Views

979

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

correct answers 1 Correct answer

Explorer , Nov 21, 2007 Nov 21, 2007

oops, I had two arguments inverted..

Should have been...
ColdFusion.navigate('/cf8/text.cfm','myDiv',mycallBack,myerrorHandler,'POST','form1')

Votes

Translate

Translate
Explorer ,
Nov 21, 2007 Nov 21, 2007

Copy link to clipboard

Copied

LATEST

oops, I had two arguments inverted..

Should have been...
ColdFusion.navigate('/cf8/text.cfm','myDiv',mycallBack,myerrorHandler,'POST','form1')

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