| Author |
Asp with JavaScript
|
Glen D'cruz
Greenhorn
Joined: Apr 22, 2004
Posts: 15
|
|
Can any one recommend a book that covers complete Asp in Javascript. I have with me "Beginning Javascript 2nd edition by Paul Wilton but it does not cover all topics in ASP as covered in the Book "Active Server Pages in VBScript" which I have too.Some methods and objects dont seem to be accepted by Javascript compiler. Thanks to any one
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
VBScript and JavaScript are two things. It is like apples and oranges. Both are fruit but they are not the same fruit. JavaScript does not have a compilier. Eric
|
 |
Maximilian Xavier Stocker
Ranch Hand
Joined: Sep 20, 2005
Posts: 381
|
|
ASP is a server side scripting language. JavaScript is a CLIENT side scripting language. There is a flavour of ASP called JScript as well but frankly just stick with the VBS.
|
 |
 |
|
|
subject: Asp with JavaScript
|
|
|