You are here: Reference > JavaScript > client-side
Client-Side JavaScript
The JavaScript language has three components: core, client-side and server-side.
- Core JavaScript is the base part of the JavaScript language that is supported on both the client and server side.
- Client-side JavaScript (CSJS) contains the core JavaScript elements and has several additional objects, properties and methods that are supported by browsers.
- Server-side JavaScript (SSJS) also contains the core JavaScript elements and it has additional features supported by server-side products.
- AJAX and XML handling
- ActiveX objects
- Attribute handling objects, properties and methods
- Box and Rectangle objects
- Browser detection, browser related objects, properties and methods
- Content handling properties and methods
- DHTML elements
- Dialog handling
- Element handling objects, properties and methods
- Event handling
- Placement and dimensions related objects, properties and methods
- Selection and ranges
- Style handling
External links:
User Contributed Comments