30 August 2005 10:30
Simon Willison: Executing JavaScript on page load
by nhoizey & 3 others (via)assigning a callback function directly to the window.onload handler is out of the question as doing so will over-ride previously assigned callbacks from other scripts
1
(1 marks)