View Single Post
  #2 (permalink)  
Old Jan 10th, 2005, 05:11
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
First off, it has to be .onload not .onLoad

You also can't send a parameter to an event handler.
http://msdn.microsoft.com/workshop/a...nts/onload.asp

You might also look into the .onreadystatechange event
http://msdn.microsoft.com/workshop/a...tatechange.asp