Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
[-e-] Alas #1
onload validation
i want an error message THAT LOOKS LIKE THE FLASH FORM ERROR MESSAGES to appear
as soon as a form loads. I wrote this but it doesnt work <cfform
format='flash' onload='javascript:alert('That Username has already been taken
please choose another')' width='250' action='flashformValidate.cfm'> any ideas
[-e-] Alas Guest
-
CFFORM validation trumping Custom Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
CFFORM Validation trumping Custom Form Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
form validation - onLoad
hi I use "checkform.mxp" for the form validation process. The data are then entered into a MySQL databse. As I open the page with the form to... -
validation summary doesnt display when there's client-side validation
I have a custom validator that validates a numeric field, txtField, that allows for thousand separators. I also placed a validation summary so... -
only custom validation control does server side validation?
On a CustomValidator you have to provide the validation code because otherwise it doesn't know what to do for the validation. Other validator... -
[-e-] Alas #2
onload validation
i want an error message THAT LOOKS LIKE THE FLASH FORM ERROR MESSAGES to appear
as soon as a form loads. I wrote this but it doesnt work <cfform
format='flash' onload='javascript:alert('That Username has already been taken
please choose another')' width='250' action='flashformValidate.cfm'> any ideas
[-e-] Alas Guest



Reply With Quote

