以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 Java/Eclipse 』  (http://bbs.xml.org.cn/list.asp?boardid=41)
----  struts按钮变灰,javascript如何实现??  (http://bbs.xml.org.cn/dispbbs.asp?boardid=41&rootid=&id=56225)


--  作者:zwdqq
--  发布时间:11/30/2007 12:44:00 PM

--  struts按钮变灰,javascript如何实现??
代码:

<html:form action="/findResult" method="post" styleId="resultForm" focus="applyNo" onsubmit="return shield()" >
<ul>
<li>
<img src="<c:url value='/images/findResult.jpg' />" />
<label styleClass="desc"><fmt:message key="resultForm.applyNo" /><span class="required">*</span>
<html:text styleClass="text medium" style="width:180px" property="applyNo" />
<label styleClass="desc"><fmt:message key="resultForm.applicant" /><span class="required">*</span>
<html:text styleClass="text medium" style="width:180px" property="applicant" />
<html:submit styleClass="button" property="method.find" onclick="bCancel=false">
<fmt:message key="button.search"/>
</html:submit>

</li>
</ul>
</html:form>

<script type="text/javascript">
function shield(){
</script>

function shield()怎样写,点提交之后html:submit 按钮变灰???

如果是JSP就很容易:
document.form.name.disabled=true;

struts的按钮就不会了```不知道怎样获得struts按钮属性。


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
31.006ms