cfinput coldfusion 11 validateat="onBlur" - Browser Issues -


The OnBlur statement works in Internet Explorer but not in Chrome. I am stumped and can not understand what I am doing or if there is a syntax problem.

  & lt; Cfinput type = "text" value = "# form [quantNumber] #" class = "proxy" validation = "on blur" name = "# quantity number #" valid = "numeric" message = "Please only fill the whole number in the Quantity field Enter in. " & Gt;    

call it any and lt; Cfinput ... mask = "99999" & gt; If you want numbers only, I know that is not what you asked, but it shows a message of your example and is doing a good job for me.


Comments