Date: 02/07/07 (Java Web) Keywords: java As a javascript developer using onload often you will find that other script authors too love to use onload. Unfortunately onload accepts a function name and your reassigning will prevent others from using onload. Here is a script which allows you to use onload even when others have used it and without breaking their script. The [...]
|