[Javascript] server-side js

Manuel Socarras Reyes msocarras at terra.es
Mon Dec 24 08:11:40 CST 2001


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






More information about the Javascript mailing list