博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Java web ch03_11_loginReceive.jsp
阅读量:4606 次
发布时间:2019-06-09

本文共 645 字,大约阅读时间需要 2 分钟。

<%@ 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>My JSP 'ch03_11_loginCorrect.jsp' starting page</title>

  </head>

  <body>
    <% String Name = request.getParameter("RdName"); %>
      欢迎,<%=Name%>成功登录!
      <form action="ch03_11_userLogin.jsp" method="post">
      <input type="submit" value="返 回">
      </form>
  </body>
</html>

 

转载于:https://www.cnblogs.com/meng2/p/7616532.html

你可能感兴趣的文章
cmd netstat 查看某监听端口 对应的Process ID 及使用taskkill 中止某进程
查看>>
[转]Android项目快速开发框架探索(Mysql + OrmLite + Hessian + Sqlite)
查看>>
FireMonkey 源码学习(1)
查看>>
访问阿里云 vue项目的 127.0.0.1:+ip
查看>>
A Swift Tour(3) - Functions and Closures
查看>>
关于在firefox下SSL error renegotiation not allowed的问题
查看>>
Subsets
查看>>
旋转数组
查看>>
铺砖问题 (状态压缩dp)
查看>>
PL\SQL和PL/SQL Developer 12安装与配置
查看>>
iOS项目开发中的目录结构
查看>>
ob_clean()解决php验证码图片无法显示
查看>>
在Json解析过程中,我为什么用object1.optInt ,和 object1.optString
查看>>
git 上的pull request 是什么意思?
查看>>
mongodb启动不了:child process failed, exited with error number 48
查看>>
Android学习之Fragment解析
查看>>
如何正确的处理InterruptedException
查看>>
python使用(三)
查看>>
协程《二》greenlet模块
查看>>
mysql添加索引命令
查看>>