An introduction to JavaScript
An introduction to JavaScript, how it was born, what is it good for, different types and versions of this scripting language, and the compatibility between it and the browsers.
(Added: 6-Aug-2005 Hits: 359 Rating: 0 Votes: 0) Rate It | Recommend It
Automatic Refresh
Ever wonder how web sites could say, "This page will refresh after every 60 seconds." without having the surfer press refresh? Well, the answer is in JavaScript!
(Added: 4-Dec-2002 Hits: 874 Rating: 10.00 Votes: 1) Rate It | Recommend It
Breaking out of Frames
Provide your visitors with a way to break out of frames on your site using JavaScript.
(Added: 16-Jan-2001 Hits: 1171 Rating: 0 Votes: 0) Rate It | Recommend It
Browser Detection
Browser detection is a vital tool when your web site looks different or does not function correctly when viewed in different browsers. Using Javascript, you can redirect viewers to different pages or display different content depending on a user's browser.
(Added: 4-Dec-2002 Hits: 664 Rating: 0 Votes: 0) Rate It | Recommend It
Drop Down Menus
Drop down menus are very useful for squeezing a lot of options in a small space. By using the Javascript explained in this tutorial, you can make drop down menus direct users to specified locations.
(Added: 4-Dec-2002 Hits: 944 Rating: 3.00 Votes: 1) Rate It | Recommend It
Events and Event Handlers
In this tutorial we'll introduce JavaScript's system of handling events, and describe some commonly used event handlers and the neat tricks you can do with them.
(Added: 4-Jan-2002 Hits: 1000 Rating: 8.00 Votes: 1) Rate It | Recommend It
Form Validation with JavaScript
This tutorial will show you how to create a JavaScript-enabled form that checks whether a user has filled in the form correctly before it's sent to the server. This is called form validation. First we'll explain why form validation is a useful thing, and then build up a simple example form, explaining things as we go along.
(Added: 4-Jan-2002 Hits: 1108 Rating: 0 Votes: 0) Rate It | Recommend It