2

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

1
  • Agreed, learning this is only useful for maintaing old systems or using an old copy of dreamweaver Commented Jul 19, 2011 at 14:28

2 Answers 2

3

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.

Sign up to request clarification or add additional context in comments.

8 Comments

"Classic asp is notoriously difficult to debug" No thats not correct, Classic ASP is notoriously known for its users not knowing they can debug it ;) Just allow debugging in IIS, manually (or via macro) attach visual studio debugger to w3wp (unmanaged) and enjoy ;) And it's there since Visual Studio 6, why almost noone knows about it is a mistery.
I stand by what I say ... by comparison other frameworks are far simpler and easier to debug.
I agree with @jhexp. I'm a Classic ASP and VBScript developer and I can tell if you know what you are doing you can have lots of fun with it. But, at the same token, to me, Classic ASP is an old and dated programming language and there is very limited support for it out there. If you just started learning, I would suggest picking either .NET or PHP.
@Jay you are responding to a two years old comment on a 6 years old question, no wonders that you are still with classic asp ;)
@jhexp I have modified my answer to reflect your mystical debugging ways. Damn I was stubborn back then. In order to make amends and join the legions of past, I am learning perl today.
|
0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.