Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

Javascript Subcategories

Beginners | Date and Time | Cookies | DHTML | Forms | Objects | Math | Other | Windows | Page Elements | Flash | Effects | Menus | Strings | Functions | XML | DOM |

Netscape, events, and you
Javascript | Views: 1 |
Many developers struggle with Netscape's seemingly lacking event model, where there is no explicit event object to work with. In IE, there is window.event, which provides detailed information regarding the occurring event

Current Events: A Client Side Tipsheet
Javascript | Views: 0 |
Events are common on Web pages, and, as a developer, sooner or later you will want to write specific handlers for them. Returning author Kenneth Tibbetts serves up some event handling code and discussion to whet your appetite