Code Comments
Programming Forum and web based access to our favorite programming groups.Lately I've been surfing the MS knowledge pages to find XML related stuff, and I've noticed that (of the two primary scripting languages used with ASP) Jscript has way much more prominence that VBscript in the examples given. Acutally, most of what I found was Jscript, C++ and Visual Basic. Is MS pushing JScript as a preferred scripting language for their present and future technologies? Not that I care, I like JScript. Just trying to see where things are heading...
Post Follow-up to this message"joe" <nobody@nowhere.com> wrote in message news:57kne.17283$_r1.695329@news20.bellglobal.com... > Lately I've been surfing the MS knowledge pages to find XML related stuff, > and I've noticed that (of the two primary scripting languages used with ASP) > Jscript has way much more prominence that VBscript in the examples given. > Acutally, most of what I found was Jscript, C++ and Visual Basic. > > Is MS pushing JScript as a preferred scripting language for their present > and future technologies? Not that I care, I like JScript. Just trying to see > where things are heading... > JScript (JavaScript, ECMAScript) are often used client-side as they are cross-browser compatible; whereas, VBScript requires an IE browser.
Post Follow-up to this messagejoe wrote: > Lately I've been surfing the MS knowledge pages to find XML related > stuff, and I've noticed that (of the two primary scripting languages > used with ASP) Jscript has way much more prominence that VBscript in > the examples given. Acutally, most of what I found was Jscript, C++ > and Visual Basic. > > Is MS pushing JScript as a preferred scripting language for their > present and future technologies? Not that I care, I like JScript. > Just trying to see where things are heading... IE is the only browser that will run vbscript in client-side code ... If you want cross-browser capabilities, you need to use javascript/jscript when writing client-side code. Bob Barrows -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.