首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

Javascript of username&password check

<html> <head> <title>Better Form Validation---jsjingdian17.10 </title> <meta http-equiv="content-type" content="text/html;charset=gb2312"> <script type="text/javascript"> </script> </head> <body>

Hongten

<form name="myform" id="myform" method="get" action="#" onsubmit="return validate();"> </form> </body> </html>

03
用户名: <input type="text" name="username" id="username" size="15" maxlength="15">
密  码: <input type="password" name="userpass" id="userpass" size="15" maxlength="15">
<input type="submit" value="提交">
<

00
领券
1