mtgkooks
02-25-2003, 02:07 AM
How can I have multiple "onLoad" event handlers attached to my <body> tag?
Example:
<body onLoad="UpdateClocks()" onLoad="doPopUp();">
The above example DOES NOT WORK! How can I get these two handlers to work?
Any help would be greatly appreciated.
:confused:
Example:
<body onLoad="UpdateClocks()" onLoad="doPopUp();">
The above example DOES NOT WORK! How can I get these two handlers to work?
Any help would be greatly appreciated.
:confused: