Cheers, thats all I had to do, Duh!
-----Original Message----- From: mark brinkworth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 4:39 PM To: CF-Talk Subject: Re: Evaluate Question Have you tried escapeing the apostrophes. Cheers (''#REQUEST.VIRTUALROOT#secure/buildEnhReports/index >cfm?fuseaction=buildReport'',''multipart/form-data'')"></ > >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/inde x >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/inde x >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

