Click to See Complete Forum and Search --> : Can you have more than one "onLoad=" command in the body tag?


GamerBlake
06-13-2003, 04:22 AM
If not, does anyone know of anyway to get around this, as I'm using a few scripts that use it.

Any help appreciated.

Charles
06-13-2003, 05:10 AM
<body onload="alert('the first function'); alert('the second function')">

GamerBlake
06-15-2003, 06:20 PM
Cool, thanks a lot. You've just made my life a lot easier :)