View Single Post
Old 27-10-2006, 06:35   #2 (permalink)
freelancr
Senior Member
 
freelancr's Avatar
 
Join Date: Oct 2006
Posts: 2,315
http://adactio.com/atmedia2005/

Code:
function foo() { //do stuff } window.onload=foo;

Doing this at the moment, but means I have to have all my scripts in the one library.js file. If anyone can come back with any answers to the original question id be most greatful.
  Reply With Quote