How can I make the following isdefined statement popup the message?
<cfif GetCustomerInfo.Credithold EQ "Y">
<CFSET Message = "This customer is on Credit Hold. Stop this RO and contact Issy">
<CFELSE>
<INPUT TYPE="text" NAME="CreditHold" VALUE="#Credithold#" SIZE="30" READONLY NOTAB CLASS="TextInput" TABINDEX="40" onFocus="setFieldBGColor()" onBlur="resetFieldBGColor()"></cfif>
John
<cfif GetCustomerInfo.Credithold EQ "Y">
<CFSET Message = "This customer is on Credit Hold. Stop this RO and contact Issy">
<CFELSE>
<INPUT TYPE="text" NAME="CreditHold" VALUE="#Credithold#" SIZE="30" READONLY NOTAB CLASS="TextInput" TABINDEX="40" onFocus="setFieldBGColor()" onBlur="resetFieldBGColor()"></cfif>
John