Re: Server-side JavaScript
- From: "Julian Turner" <julian@xxxxxxxxxxxxxx>
- Date: 31 Mar 2006 03:34:21 -0800
Jamiil wrote:
I have been reading a book on JavaScript that is mostly for the
client-side, however, I'd like to learn the language from the
server-side, is there a book anyone could recomend?
TIA
ASP server side is identical to JScript in the browser (although theFrom my own knowledge, JScript (MS implementation of ECMA script) for
Sun One implementation of JScript in its Chilisoft ASP software has
some bugs).
The additional things you need to learn about are not JScript as such,
but the host objects (Application, Session, etc) provided by the ASP
environment, and general ASP scripting techniques (common to whatever
language you use for ASP). Look for books relating to ASP, or ask in
an ASP newsgroup.
Regards
Julian Turner
.
- Follow-Ups:
- Re: Server-side JavaScript
- From: Thomas 'PointedEars' Lahn
- Re: Server-side JavaScript
- References:
- Server-side JavaScript
- From: Jamiil
- Server-side JavaScript
- Prev by Date: Re: integers and arrays in Java - how?
- Next by Date: Javascript Style Properties for Dynamic Images in Safari
- Previous by thread: Re: Server-side JavaScript
- Next by thread: Re: Server-side JavaScript
- Index(es):
Relevant Pages
|