I am using the following code in the Body section of my HTML code. However, I cannot get both of them to work together. Only the First one works:

<BODY OnLoad="ABC(0)">

<BODY onLoad="XYZ()">


How can I get the 2 to work together ?

nmretd.