JS or VBS the question is....for you to answer me..please
Now I know this is JavaScript forum,but I would like to ask this.Is JS better then VBS and if it is why,is it true that Visual Basic Script is easier to learn,is JS more powerful then VBS,and if it is how?
Microsoft introduced their own version of JavaScript called Jscript in IE 3.0. It has only minor differences with the Netscape version of the language. However, Jscript is not a synonym for JavaScript and if Jscript is specified then it will only work in IE. Occasionally this is useful to get rid of some cross-browser incompatibility, which can also be handled with
if (document.all)
use JScript to write ActiveX controls. however, if you're writing out to any VBA-compatible application, then it's better to use VBS (in my experience anyway).
if your website/webplication doesn't need to use ActiveX objects, then Javascript is best for managing your pages (ie DHTML).
Does anybody can explain me the purpose of WSH(Windows scripting host).Is it possible to write browser independent scripts with WSH,i mean scripts that dont need browser to execute.Im sorry if this is stupid Q but am im after all a beginner