码迷,mamicode.com
首页 > Web开发 > 详细

jsp第四次

时间:2021-03-30 13:10:55      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ima   lan   point   文字   height   idea   action   hang   cti   

<%--
  Created by IntelliJ IDEA.
  User: Dell
  Date: 2021/3/27
  Time: 19:51
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
        div {
            width: 160px;
            height: 36px;
            background-color: #f40;
            line-height: 36px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            margin: 30px auto;
            cursor: pointer;
            -webkit-user-select: none; /*禁止用户选中文字*/
        }
    </style>
</head>
<body>
  <form action="<%= request.getContextPath()%>/servlet/UserServlet" method="post" >
   用户名:<input type="text" name="uname"/>
    <br>
   密码:<input type="password"  name="password"/>
    <br>
    验证码:<input  type="text" name="checkCode"/>
    <a href="javascript:reloadCode();">
      <img alt="验证码" id="imagecode" src="<%= request.getContextPath()%>/servlet/ImageServlet"/>
      看不清楚</a><br>
    <input type="submit" value="登录">
  </form>
  </body>


</html>

 

jsp第四次

标签:ima   lan   point   文字   height   idea   action   hang   cti   

原文地址:https://www.cnblogs.com/zxp-0101/p/14589435.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!