From: Belluz on
In the following code: I have a form tag and a cfform tag. One is currently
commented out. If I use the <Form> tag code, the Fireworks menu, the text
displays and works with no error. If I use the <cfform> tag, I receive the
following error: "Line: 63, Char: 1, Error: Syntax error, Code:0". The error
also indicated the fuse. If I say okay, the form displays and I can continue
as usual. I have gone into the menu code to see if I can find anything - all
looks okay. I deleted the contents of lines aroune line 63 to see if it was a
problem with that line. It was not. Error still points to line 63. We have a
form on our website with this error currently. (
http://www.thunderbay.ca/index.cfm?fuse=SouthCoreFeedback ) Does anyone have
any ideas?



<FORM NAME="feedback" ACTION="index.cfm" METHOD="post">
<INPUT type="Hidden" name="fuse" value="SubmitFeedback">
<cfoutput>
output from Form tag
</cfoutput>

</FORM>

<!--- <cfform>
<input type = "Submit" value = "update...">
<cfoutput>
output from cfform tag
</cfoutput>

</cfform> --->

 | 
Pages: 1
Prev: Embed formula to Excel
Next: Reduce PDF file size