login.jsp

Posted muhe221

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了login.jsp相关的知识,希望对你有一定的参考价值。

 

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>用户登录界面1</title>

<style type="text/css">
<!--
body {
    margin: 0px;
    background-color: #1D3647;
}
-->
</style>
<link href="user/images/skin.css" rel="stylesheet" type="text/css">
</head>

<body>
    <table width="100%" height="100" border="0" cellpadding="0"
        cellspacing="0" bgcolor="#00FF00">
        <tr>
            <td height="42" class="login_top_bg"></td>
        </tr>

        <tr>
            <td>
                <table width="100%" border="0" class="login_bg">
                    <tr>
                        <td width="50%" align="right">
                            <table width="91%" height="512" border="0" class="login_bg2">
                                <tr>
                                    <td>11111111</td>
                                </tr>
                            </table>
                        </td>
                        <td width="50%" valign="bottom">
                            <table width="100%" border="0">
                                <tr>
                                    <td width="7%">&nbsp;</td>
                                    <td width="93%" class="login_txt_bt">教师(学生)登录</td>
                                </tr>
                                <tr>
                                    <td>&nbsp;</td>
                                    <td>
                                        <table border="1" width="100%">
                                            <tr height="164">
                                                <td colspan="2">
                                                    <form name="myform" action="login.action" method="post">

 

以上是关于login.jsp的主要内容,如果未能解决你的问题,请参考以下文章

org.apache.tiles.util.TilesIOException:包含路径'/login.jsp'的JSPException

Filter案例

纯jsp用户登录系统

shiro+springmvc集成时,配置loginUrl='login.jsp',但是login.jsp页面在WEB-INF 目录下,导致无法显示

做一个web登录界面,login.jsp里面进行登录,loginservlet进行登录处理,然后转回login.jsp进行显示

用idear做javaweb的项目的时候,登录也买你login.jsp接收不到css和js的文件是为什么?