I tried executing a .jsp document with the following line
<script type="text/javascript" src="menu_admin.js"></script>
where menu_admin is a file that displays a menu .. but i'm not able to execute body onload() event..
If the line,
<script type="text/javascript" src="menu_admin.js"></script>
is removed then the body onload event is working fine.. Help us
