user852175
user852175

Reputation: 31

Classic ASP + Javascript

I am looking for resources to learn classic ASP with JavaScript but I can find only those with VBScript. Could someone suggest best way to learn Classic ASP with JavaScript and some references for the same?

Thanks

Upvotes: 2

Views: 4357

Answers (2)

Moog
Moog

Reputation: 10193

There are tutorials available with examples in both VB and JavaScript available at W3 Schools ASP centre

Though as indicated in the comments, classic ASP is not advisable. Without ancient wisdom, it is notoriously difficult to debug and has no built-in security frameworks to help you on your way. I would stringly advise using ASP.net or PHP instead.

Good luck!!!

EDIT

I found a couple more:-

Codefixer

ASPtutorial/

Other than that you really are going to struggle without some second-hand books. It would seem that almost the entire web has abandoned ASP with javascript.

Upvotes: 3

nickmoriarty
nickmoriarty

Reputation: 1263

You could also lookat the tutorial at Tizag. They also have a JavaScript one and some other stuff. I used it some when I was learning some of it. I am sorry that classic ASP is your only choice.

Upvotes: 0

Related Questions