Top » TUTORIALS » INTRO PAGE 2 If you find this page useful
please make a secure donation
My Account  |  Cart Contents  |  Checkout   

Javascript Tutorial Intro - Page 2

There are two basic places that JavaScript can run.
1) On the server (like js-examples's server),
2) On your computer.

The first is called Server-Side JavaScript, and the second is called Client-Side JavaScript.

The vast majority of JavaScript that you can do is Client-Side. Server-Side is usually thought of as a more advanced concept, and it varies drastically with the different servers out there.
Netscape went it's own way and has developed a concept of LiveConnect or LiveWire.
Microsoft went another direction with ASP (Active Server Pages).

This tutorial will start with the basics of Client Side and work its way into the depths of Server Side JavaScript.

Continue on to the next page.