the variable does exist and gets passed. the code has a custom error page that emails me the errors. I always get reports that say url.techid doesn't exist. the code itself works. the page the user came from even shows the techid in the URL. Page User Came From: http://www.site.com/Code.cfm?exitID=8&techID=94 "Adkins, Randy" <[EMAIL PROTECTED]> wrote: Depending on if it SHOULD or SHOULD NOT exist at all stages on the code: If it SHOULD Exist: Find out why it doesn't. Could be as simple as wrapping it in a CFOUTPUT If it should NOT exist: Try using CFIF IsDefined(url.techID) Now sure if this is what you are trying to do. But if CF checks for the variable and does not exist as written w/o the IsDefined then YES the code will bomb out. -----Original Message----- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 11:10 AM To: CF-Talk Subject: ignore an error?? I recieve the following error: An error occurred while evaluating the expression: #url.techID# Page User Came From: http://www.site.com/Code.cfm?exitID=8&techID=94 I was wondering how to ignore or bypass this error because the techID does get passed and the code executes. But I always get an error email report and on some machines the error message DOES display causing the code to bomb. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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

