Quote:
Originally Posted by Old Pedant
So now you are asking for something completely different?? That is, you want to do form field validation in JavaScript? Yes, you could do that, instead. Or, better, in addition to what you have now.
There are tons of articles (or even postings in this forum) on using JavaScript for <form> validation. It's not terribly hard.
|
The concept isn't too different, but I suppose the implementation is. From a design point of view it's almost the same.
Could you point me to an easy to follow one?