You would have to do a cflocation or a cfinclude to show the custom page and use logic to make sure the rest of the page does not execute. CFAbort will only stop the execution of the page.
Eric -----Original Message----- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Sunday, 15 January 2006 19:22 To: CF-Talk Subject: cfabort question OK, if I'm doing something like this (CF 5) <cfif (findoneof("!<[^>]+%>!=",form.firstName,1) NEQ 0) ><cfabort> I'd like to show a custom page if the "cfabort" fires, but I'm not 100% sure how to do that... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229655 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

