onClick
),而新输入的数据应为文本格式onload
代码目前是这样的。我需要更改此代码
<td><fmt:message key="selfcare.reset.password"/></td>
<td><form:input path="credentialVO.password" maxlength="16"/>
<input type="submit" name="_eventId_resetSelfcarePassword" value="Reset" />
答案 0 :(得分:0)
您的输入类型必须是“密码”
<input type="password" .....>
此外,根据我对您的问题的理解,您可以执行以下操作之一:
对于较新的浏览器,请使用HTML5占位符属性。 http://davidwalsh.name/html5-placeholder
支持大多数浏览器使用jquery水印插件http://code.google.com/p/jquery-watermark/