robert,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Robert Everland III <[EMAIL PROTECTED]>
:
: I am trying to work on making an automated error page. Thing
: is stupid cferror doesn't let you use any tags in your error page.
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

there's another way around this that doesn't require any cf tags on the
page.

put an <IMG> tag on the page that calls a cold fusion template instead of an
image and append the error string to that cold fusion template call.  if
you're confused, think about how image counters are used with perl.  you can
do your cfmail in there and all will be good.

<IMG SRC="site_error.cfm?error=#URLEncodedValue(errortext)#" . . . . >

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to