[Javascript] server-side js

Filipiak, Bob (Contractor) filipiab at atsc.army.mil
Mon Dec 24 11:31:52 CST 2001


Look at
http://msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?contentid
=28001169  There you can download al the documentation as well as Windows
Script 5.6

Bob Filipiak
Remtech Services, Inc.
Intercom: 2070


 -----Original Message-----
From: 	TomMallard [mailto:mallard at serv.net] 
Sent:	Monday, December 24, 2001 12:04 PM
To:	javascript at LaTech.edu
Subject:	Re: [Javascript] server-side js

The engine with the install may not be the latest available, I was trying to
find the engine download but couldn't find it yet on the "new" msdn site.

tom
----- Original Message -----
From: "Manuel Socarras Reyes" <msocarras at terra.es>
To: <javascript at LaTech.edu>
Sent: Monday, December 24, 2001 6:11 AM
Subject: Re: [Javascript] server-side js


> thanks Tom & Victor, i'll follow your advice. Tom, i think i don´t need to
> download the scripting engine as it's included in ISS. am i wrong?
> --
> Saludos,
>
> Manuel Socarrás Reyes <msocarras at terra.es>
> Barcelona. Spain
>
>
> TomMallard wrote:
>
> > Microsoft's implementation is called JScript, if you use that for the
> > language directive at the top of the page there's very little different
than
> > PHP or ssjs on a Netscape server for common coding, pretty easy to make
> > cross-platform code. So, for your students, download the JScript help
files
> > and engine for the server from msdn.microsoft.com/scripting and use..
> >
> > <%@language="JScript" %>
> >
> > to start the page for an IIS Active Server Page.
> >
> > tom mallard
> > seattle
> > ----- Original Message -----
> > From: "Manuel Socarras Reyes" <msocarras at terra.es>
> > To: <javascript at LaTech.edu>
> > Sent: Sunday, December 23, 2001 3:20 PM
> > Subject: Re: [Javascript] server-side js
> >
> > > FERON Matthieu wrote:
> > >
> > > > If you've got an IIS web server, you can use ASP-VBScript to handle
> > > > your text file server side.
> > >
> > > yes, but my students know JS and not VBScript
> > >
> > > > I think that javascript server side is only Netscape server
hability.
> > > > What compiler ? JS is interpreted(parsed) language and not a binary
> > > > one.
> > >
> > > JS Client-side is interpreted but, AFAIK, for JS Server-side you need
a
> > > compiler to convert your code into bytecode executable files that
later
> > > will be executed a JavaScript runtime engine; i.e., similar to Java.
> > > --
> > > Saludos,
> > >
> > > Manuel Socarrás Reyes <msocarras at terra.es>
> > > Barcelona. Spain
>
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20011224/f1f3844e/attachment.htm>


More information about the Javascript mailing list