Greetings,
inside a <CFSCRIPT> loop I am building html with Javascript Event handlers
attatched to <a href>'s posting to different areas within the app,
when I do this,
writeOutput( '<tr><td colspan="15" align="right"><INPUT TYPE="submit"
VALUE="Back"
onClick="javascript:btRep('#REQUEST.VIRTUALROOT#secure/buildEnhReports/index
cfm?fuseaction=buildReport','multipart/form-data')"></FORM></td></tr> ' );
I get this error,
Invalid parser construct found on line 34 at position 129. ColdFusion was
looking at the following text:
#
Invalid expression format. The usual cause is an error in the expression
structure.
I tried using evaluate,
writeOutput( evaluate( '<tr><td colspan="15" align="right"><INPUT
TYPE="submit" VALUE="Back"
onClick="javascript:btRep('#REQUEST.VIRTUALROOT#secure/buildEnhReports/index
cfm?fuseaction=buildReport','multipart/form-data')"></FORM></td></tr> ' )
);
but I still get the same error, although I think I'm using evaluate in the
wrong context,
in fact I havn't applied it before,
any ideas,
respectfully,
j
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists