Hi Henry,
 
> When the code below is executed the alert message is not shown. Do I miss
> anything?
> <script language="JavaScript">
>           window.alert("The record was deleted successfully.");
> </script>
> <CFLOCATION URL="Entry.cfm" ADDTOKEN="NO">

The CFLOCATION happens before any data is sent to the browser (it is a server-side 
redirect). If you need the alert too, then it needs to appear in the page you are 
redirecting to, or you can use a javascript redirect instead of cflocation.\

Hope it helps,

Seth
"We must become the change we want to see."  -Mahatma Gandhi
-----------------------------------
Seth Bienek
Digitaris Technologies, Inc.
tel (972) 690-4131, ext. 103
fax (972) 690-0617
icq 7673959
-----------------------------------  



-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to