[Javascript] server-side js

Victor Papp victorpapp at yahoo.com
Mon Dec 24 10:28:19 CST 2001


What is your windows version?
If you are on Win 2000, the IIS is on your installation CD, but is not
installed by default.
Go Control/panel->Add/Remove Programs ->Add/Remove Windows Components.

After succesfull install, if you enter to your browser
http://localhost/iishelp you should see IIS documentation.

Victor Papp.

----- Original Message -----
From: "TomMallard" <mallard at serv.net>
To: <javascript at latech.edu>
Sent: Monday, December 24, 2001 7:03 PM
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




More information about the Javascript mailing list