I have a code similar to following code:


...
<cfparam name="MyVariable" default="100">
<cfif CalculatedVariable gt MyVariable>
    <script language="javascript">
       alert("Note that you are exceeding the limit!")
    </script>
</cfif>
...

When the <cfif> condition is true,
The pop up window appears only when I have an
<cfabort> statement after </cfif>.
If I remove the <cfabort> statement, then the user is
not getting the alert pop up dialog box.

This seems to be little strange.
Can someone tell me where I am going wrong?

Appreciate.
A.B.

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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