JavaScript事件(onclick和onLoad)

时间:2012-03-07 07:14:54

标签: javascript-events

  1. 默认情况下,密码字段应显示一些asterik
  2. 当我点击密码文本框时,asteriks应为空(onClick),而新输入的数据应为文本格式
  3. 当我再次点击重置按钮时,数据应转换为星号 即onload
  4. 代码目前是这样的。我需要更改此代码

    <td><fmt:message key="selfcare.reset.password"/></td>
    <td><form:input path="credentialVO.password" maxlength="16"/>
        <input type="submit" name="_eventId_resetSelfcarePassword" value="Reset" />
    

1 个答案:

答案 0 :(得分:0)

您的输入类型必须是“密码”

<input type="password"  .....>

此外,根据我对您的问题的理解,您可以执行以下操作之一:

  1. 对于较新的浏览器,请使用HTML5占位符属性。 http://davidwalsh.name/html5-placeholder

  2. 支持大多数浏览器使用jquery水印插件http://code.google.com/p/jquery-watermark/