Just to pass on something I learned recently - CFERROR doesn't like comments in the CF pages it calls (putting them at the end of the CF page worked better than at the beginning). We have CFERROR call a CF page, which then runs SendMail and calls another CF page. With comments at the beginning of the CF pages (file name, developer, change history, etc.) we'd occasionally get a flaky response - the pages wouldn't execute and the user'd be left with nothing but a blank screen. Putting the comments at the end of the CF pages solved that problem. Chris Norloff (CF 4.0.1 on iPlanet on Solaris) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

