I have an html page with a form gathering info. I want to validate that the fields are filled in and that the email is the correct format, but I do not want to use alerts. I want to redraw the page with the title of the field in red.
I understand that I have to do this part in asp. But, I want the page to display the values already entered. This means I have to write it to the recordset. But, I don't want to chance writing null fields to the recordset.
How can I write only those fields that are correct?
If anyone can point me to some already written code that would need to be modified, that would help very much.
Thanks.
I understand that I have to do this part in asp. But, I want the page to display the values already entered. This means I have to write it to the recordset. But, I don't want to chance writing null fields to the recordset.
How can I write only those fields that are correct?
If anyone can point me to some already written code that would need to be modified, that would help very much.
Thanks.