码迷,mamicode.com
首页 > 编程语言 > 详细

Java web ch03_11_userLogin.jap

时间:2017-09-29 22:53:07      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:lan   word   pos   java   image   for   bsp   ansi   密码   

<%@ page language="java" import="java.util.*" pageEncoding="UTF-*8"%>

<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

  <head>

  <title>用户登录</title>

  </head>

  <form action="ch03_11_userReceive.jsp" method="post">

  姓名:<input type="text" name="RdName"><br>

  密码:<input type="password" name="RePasswd"><br><br>

      <input type="submit" value="确 定">

  </form>

</html>

 

 

 

技术分享

Java web ch03_11_userLogin.jap

标签:lan   word   pos   java   image   for   bsp   ansi   密码   

原文地址:http://www.cnblogs.com/meng2/p/7612688.html

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