busy bee
I’ve been at work
I’ve been so busy at work lately. We’ve gotten new clients and just about every department has hired people–every dept except ours.
Right now, I’m working on validating a form using JavaScript and the DOM. A book I got has a really great script for form validation, but it allows empty text boxes; which is not good. I posted on a forum and hopefully someone can help me out, or at least shed some light. Sometimes it’s the smallest detail that you miss because you’re focusing on other stupid small details.
My boss wrote a nice script that will capture any data and create a DB on the fly with XML. So he doesn’t have to write ASP code for each form we create (and we create a lot of them around here; clients LOVE lead captures), but can use this XML one to capture data. But if I can’t validate a form to not have empty fields, it will all be for naught. I don’t want to create a whole new script, the one from the book is great, I just need to figure out how to edit it. It might be the reg exp that the text fields are validated against. But I can’t be sure…
It’ll all work out in the end.