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.
Printable View
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.
Why do you wnant to use VBScript?
Javascript is by far a better language for client-side code.
Well I am not as familiar with Javascript so I guess that's why. Where can I find some good info on javascript?
http://www.irt.org was my favourite resource when I first started doing any Javascript...
and you can always ask us for help! :)