Mark Wilton-Jones has a good overview of the most common methods passing arguments to an event handler in JavaScript. This page has a function (addevent2()) that worked for me.
Monthly Archives: December 2008
mouseenter, mouseleave Events for non-IE Browsers
Stephen Stchur has written a script to mimic IE’s proprietary mouseenter and mouseleave Javascript events for non-IE browsers. This is useful when you have one element (B) laying on top of another element (A), and you want to do a mouseover/mouseout on A without the mouseout firing when you hover on B. Quirksmode has articles […]
Tree View of Folders, Including Size
TreeSize is good for getting a tree view of all the directories on a box with the size listed, so you can track down which folders are taking up too much disk space.