Hello,
I need to invoke alert popup javascript window from part of my
CF script, as I don't wont to redirect user to error page or use
child popup browser window with text.
How can I do it ?
<cfif condition>
perform some actions
<cfelse>
invoke alert message box (javascript).
</cfif>
I checked documentaion that I can invoke some js scripts on events (like
onClick, onLoad, etc). Here I need to call that function but from CF
scirpts directly. Any ideas?
Thank you for you help.
Alex
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com