struts1.x html:form 标签

<html:image src="Images/login-btn.jpg" border="0" style="margin-left:1px;"></html:image>

//用html:image代替html:submit

<a href="javascript:void(0)" style="margin-left:80px;" onclick="document.forms[0].reset();"><img src="Images/login-btnc.jpg" border="0"></a>

//这个是重置的功能

 

 

<bean:write name="tCompany" property="infoComm" filter="false"/>

filter 过滤 html标签( <p>test--</p>不让<p>标签显示在页面中

 

你可能感兴趣的:(JavaScript,html,bean)