|
I also agree with raf - use VBScript for server-side coding (at least with ASP), but NEVER use it for client-side scripting, that's what JavaScript is for. VBScript only works client-side for Internet Explorer, so it should be avoided in that case whenever possible.
JavaScript (or JScript) can also be used server-side with ASP, but generally VbScript is the way to go there since it's much more commonly used, and there's more support for it. However if you're comfortable with it go for it. I sometimes use JavaScript server-side in place of VBScript since it's quicker for me to write in certain cases.
__________________
Former ASP Forum Moderator - I'm back!
If you can teach yourself how to learn, you can learn anything. ;)
|