A
Allen
I have more than one body onload function:
<body onload="FP_preloadImgs
(/*url*/'images/button2.jpg', /*url*/'images/button3.jpg')
">
AND
<body onload="init()">
Is this the correct way to express it? It doesn't work.
<body onload="init(); FP_preloadImgs
(/*url*/'images/button2.jpg', /*url*/'images/button3.jpg')
">
Thanks for any help.
<body onload="FP_preloadImgs
(/*url*/'images/button2.jpg', /*url*/'images/button3.jpg')
">
AND
<body onload="init()">
Is this the correct way to express it? It doesn't work.
<body onload="init(); FP_preloadImgs
(/*url*/'images/button2.jpg', /*url*/'images/button3.jpg')
">
Thanks for any help.