PDA

Click to See Complete Forum and Search --> : Form validation with VBScript instead of Javascipt


lambela8
Jul 28th, 2000, 10:52 AM
How can I validate form input and pop up a message box stating ie: "Please enter password" by using VBScript?

I've found a lot of examples using JavaScript, but how would you do it in VB?

Just can't get it to work.

Mark Sreeves
Jul 31st, 2000, 10:05 AM
Why do you wnant to use VBScript?

Javascript is by far a better language for client-side code.

lambela8
Jul 31st, 2000, 12:22 PM
Well I am not as familiar with Javascript so I guess that's why. Where can I find some good info on javascript?

Mark Sreeves
Aug 1st, 2000, 02:13 AM
http://www.irt.org was my favourite resource when I first started doing any Javascript...

and you can always ask us for help! :)