Hello all,

Anybody know why cferror is thinking a javascript alert is an error?  I use
js alerts in several areas of my application and it worked fine before I put
in the cferror.  Now everytime a js alert is encountered, I get the error
page.

This is what I have for my cferror code:

<cferror type="Exception" template="sendErrorAct.cfm" EXCEPTION="Any"
mailto="[EMAIL PROTECTED]">

 and here is my js code:

<script language="JavaScript">
        alert('Sorry...\The APN Number you entered does not exists, Please
Try again.');
        window.history.go(-1);
</script>


Thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to