GεεRTHAN
04-09-2007, 03:29 PM
Right I have two functions I want to load upon opening a page...
I have tried one function onLoad and onUnload which works...
<body onload="firstone();" onUnload="secondone()" />
But when I do two functions onLoad and one in onUnload...it doesn't seem to work...
<body onload="firstone();extraone()" onUnload="secondone()" />
Why..? And all functions are working fine...I have tested them independently...
I have tried one function onLoad and onUnload which works...
<body onload="firstone();" onUnload="secondone()" />
But when I do two functions onLoad and one in onUnload...it doesn't seem to work...
<body onload="firstone();extraone()" onUnload="secondone()" />
Why..? And all functions are working fine...I have tested them independently...