0
I'm using struts 2 application where
< s: form name="myForm">
< s:include value = "test.jsp" ></s:include>
< img src="../../images/next.png" onclick="fnNext();"/>
</s:form>
test.jsp contains a table with id = "my table"
如何使用表的ID在javascript函數fnNext():獲得包括JSP的價值JS現在
與任何其他DOM元素相同。 –