hi, everyone,
I want to ask a question about the javascript "onload". I am writing the JSP page and I use the <%@ include file ="body.jsp". and I use the following statement in the body.jsp.
<table onload="function()">
to load a javascript function, but it doesn't have any action of the page. Is the "onload" can only be used in the body tag? Thank you.