<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <title>Login</title>
    <load src="__PUBLIC__/Js/Jquery.js"/>
<script>
    function formSubmit(){ 
    document.loginInfo.submit();
    }
    </script>
</head>
<body>
<form action="__URL__/do_login" method="post" name="loginInfo">
用户名 : <input type="text" name="username" /><br/>
密 码 : <input type="password" name="password" /><br/>
验证码 : <input type="text" name="verifyText" /><img src="__APP__/Public/verify"><br/>
<img src="__PUBLIC__/Images/login.gif" name="login" onclick="formSubmit();">
</form>
</body>
</html>

 

相关文章:

  • 2021-12-04
  • 2021-12-18
  • 2022-12-23
  • 2021-11-18
  • 2021-12-10
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-11-29
  • 2021-12-21
相关资源
相似解决方案