You are here: irt.org | Articles | JavaScript Articles
Cookies
JavaScript as well as CGI scripts can write, read and delete cookies (items of data) on the client machine
Dates and Time
Manipulating the JavaScript date object, and also using dates without resorting to the JavaScript date object
Dynamic HTML
The combination of JavaScript, HTML, the Document Object Mode, Cascading Style Sheets and Positioning
Events
JavaScript events and event handlers
Forms
Forms, form fields and how JavaScript interacts with them
Frames
Frames are like windows - they are just nested within other windows
Games
Examples of JavaScript Games, challenges and theory
Images
Image rollovers, fading images, random images
Location
Manipulating the JavaScript location object to change the content of the current document, or to find out where you are in a site
Mail
Sending email using mailto: in links and forms
Miscellaneous
Everything else that doesn't quite fit anywhere else
Objects
Almost everything in a browser window is an object nowadays, you can even create your own objects, along with their own properties and methods
Password Protection
No JavaScript password protection is 100% safe - but there are some things that you can do to make it harder to get out your valuable documents
Source
JavaScript *.js source files can be used to hold all your JavaScript code in one file and then shared by all your documents
Text, String, Numbers
Learn how to manipulate the basic JavaScript components: text, strings and numbers
Windows
Opening, closing, writing to and controlling browser windows
JavaScript FAQ
Hundreds of JavaScript Frequently Asked Questions - all with answers