萬盛學電腦網

 萬盛學電腦網 >> 腳本專題 >> javascript >> JS特效代碼--建行密碼輸入器

JS特效代碼--建行密碼輸入器

 <!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>  
copyright © 萬盛學電腦網 all rights reserved