Hi,
<script> // call the function that was called by body.onLoad functionThatWasCalledAtOnBodyLoad(); </script></body>
this will not work on IE if the function modify the DOM. try the setTimeout() approach here. Regards
Hi,
<script> // call the function that was called by body.onLoad functionThatWasCalledAtOnBodyLoad(); </script></body>
this will not work on IE if the function modify the DOM. try the setTimeout() approach here. Regards