Complete tutorial. Learn how to use [charAt / charCodeAt], [indexOf / lastIndexOf], [match], [search], [replace], [slice / substring], [substr], [split] and [test].
Top JavaScript scripts
1).
Intro to JSP - JSP versus ASP Intro to JSP - JSP versus ASP is a reference that provides more information about ASP and JSP by comparing each other. Author also clearly explains about the performance of ASP.NET in this reference.
2).
JavaScript Tutorial This is an online tutorial which teaches the beginners about javascript in detail. How to build simple javascript program and how to compile and run the program are explained in this tutorial.
3).
JavaScript for the Total Non-Programmer JavaScript for the Total Non-Programmer is a tutorial which teaches the users how to handle textbox data, build IF-THEN conditionals and write functions using javascript.
4).
Starting a JavaScript This is a tutorial that elaborately discusses about how to start a javascript code on web browsers. Here the author clearly explains about the importance of browsers support in starting a javascript.
5).
Alert Boxes Alert Boxes is a tutorial which teaches the users how to use this process to find errors, hazards and to display their event status.
6).
Loops Complete tutorial. Learn how to use [WHILE], [DO ... WHILE], [FOR], [FOR ... IN] and [BREAK / CONTINUE].
7).
Events Learn how to use javascript events and what elements they apply to.