<html> <head> <title>Web Encoder</title> <style> body { font-size:12px; line-height:12px; background-Color:buttonface; border-width:0px; overflow:auto; margin:0px; padding:4px; } #t1, #t2 { width:100%; height:40%; border-width:1px; overflow:auto; height:expression((document.body.clientHeight-100)/2); } input { border-width:1px; padding-left:10px; padding-right:10px; margin:4px; } </style> </head> <body> <b>Source:</b> <textarea id=t1></textarea> <b>Password:</b><input type=password value=default id=p1><input type=button onclick="webEncode();" value="Start Encode"> <b>Encoded:</b> <textarea id=t2></textarea> <input type=button onclick="runCode();" value="Run Code"> </body> </html> [Ctrl+A 全选 注:如需引入外部Js需刷新才能执行] HTML/CSS技术:静态页面加密,转载需保留来源! 郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。