W3bbo wrote:Anyway, Javascript is waaay better than VBS, VBS only exists for those who aren't well-versed developers but who want to slap together useful scripts in a short amount of time.
No... VBS exists for server-side scripting, of classic ASP.
However... when it comes to the client... as everyone else says...
While it's possible to support VBS on the client side, only IE will play that game, so you should use J/ECMAscript on the client side, if you want your page to work with anything other than IE.