>>> for some god dam reason the aboce does nto work

Claud, I don't think GOD has anything to do with your failed code and language like 
that
doesn't add a thing to this list  -

Now, on to your problem:

I assume you want a JavaScript produced to pop up a box if there is not entry:  Try 
this

<CFSELECT Name="PropertyCategory"
                    MESSAGE="Please Select Your Property Category"
                    SIZE="1"
                    QUERY="PropertyCategoryDropDown"
                    VALUE="PropertyCategory"
                    REQUIRED="Yes"
                    onClick="JavaScript_function">
        <OPTION VALUE=" #PropertyCategory#
</CFSELECT>


Dave



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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