View Single Post
Old 15-10-2006, 07:21   #5 (permalink)
Red Cap
senior member
 
Red Cap's Avatar
 
Join Date: Sep 2005
Location: auckland, nz
Posts: 323
the addEvent() and addLoadEvent() functions simply manage all your functions that are attached to the onload event - very useful if you have multiple functions. As the onload event handler can only hold one function at a time, addEvent() and addLoadEvent() effectively creates a queue of functions to be executed in order when the page loads.

For external links i use the icon suggested in css mastery - its on the cover of the book http://www.cssmastery.com/
__________________
  Reply With Quote