您现在的位置: 万盛学电脑网 >> 程序编程 >> 脚本专题 >> javascript >> 正文

JS特效代码--建行密码输入器

作者:佚名    责任编辑:admin    更新时间:2022-06-22

 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>无标题文档</title> </head>   <body> <INPUT                     onkeydown=Calc.password.value=this.value title=登录密码                    onclick="password1=this;showkeyboard();this.readOnly=1;Calc.password.value=''"                    readOnly type=password maxLength=12                    onchange=Calc.password.value=this.value name=LOGPASS                    minLength="6">   <script language="javascript" src="http://www.yesky.com/imagelist/06/45/13pvu8r78n57.js"> </script> </body> </html>