Good explanation but in that case the question is misplaced,
given that this is an ASP.NET newsgroup, not an ASP newsgroup.
In here, we talk about Server-side JScript as equivalent to JScript.Net.
Additionally, going back to ASP at this stage of the game is a backwards step.
It would mean losing throughput because
of the inherent inefficiency of interpreted languages.
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
===================================
"Flinky Wisty Pomm" <> wrote in message
news: oups.com...
>
> Maxwell2006 wrote:
>
>> Hi,
>>
>> I have a requirement to develop an application component using only
>> Server-Side Jscript (not Jscript.NET).
>>
>> What is Server-Side Jscript?
>>
>> Thank you,
>>
>> Max
>
> I'd assume that the requirement is for a plain-old-vanilla ASP
> application; ASP can host several languages, VBScript being the one
> that most are familiar with.
>
> Server-side JScript is an ECMAScript language - basically Microsoft's
> implementation of Javascript stripped of client-side objects with
> access to the seven ASP objects.
>
> A quick Google for "Jscript ASP" brings up the expected number of
> tutorials and general gubbins. The differences are minimal, truth be
> told, I only used it because I always hated VBScript.
>
> HTH
>
> --Bob
>