alternate event handlers
I'm a little brain dead after finals - so forgive me if this is an overly-simple question.
I have a function I'd like to use that executes via a <body onload="runFunction(params);"> event handler
simple enough EXCEPT that I'm putting this function into an include file to be inserted in pages that already have body tags.
is there another DOM element and/or event handler that could get the job done as well?
thank you!
I have a function I'd like to use that executes via a <body onload="runFunction(params);"> event handler
simple enough EXCEPT that I'm putting this function into an include file to be inserted in pages that already have body tags.
is there another DOM element and/or event handler that could get the job done as well?
thank you!
