当前位置: 代码迷 >> Web前端 >> disable 页面旋钮
  详细解决方案

disable 页面旋钮

热度:512   发布时间:2012-06-28 15:20:04.0
disable 页面按钮

<span style="width: 350px;"><input id="outNumber" type="text" name="bindNumber" 
		  value="<s:text name='BME.UC.MEMBER.ZONEANDTELPHONE'/>" onkeypress="numberValidate(event);" 
		  style="width: 100px; color: #797979; position: relative; top: 7px"
		  onblur="checkNumber(this);" disabled="disabled" > <span id="inputValidate"></span> 
</span>
?
  相关解决方案