让你的密码域更安全

 

  
  
  
  
  1. <body>  
  2. 用户名:<input type="text" value="test"><br>  
  3. 密码:<input type="password" value="test" oncopy="return true" oncut="return false" onpaste="return false" style="font-family: Wingdings;">  
  4. </body> 

oncopy="return true" oncut="return false" onpaste="return false"--->禁止用户复制、剪切、粘贴密码!

style="font-family: Wingdings;"------>改变密码域的掩码样式!

你可能感兴趣的:(开发,安全,密码域)