afficher.jsp

来自「exemple for using session in jas and ser」· JSP 代码 · 共 60 行

JSP
60
字号
<%@page contentType="text/html"%><%@page pageEncoding="UTF-8"%><%@ page errorPage="erreur.jsp" %><!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=UTF-8"><style type="text/css"><!--        #monForm input:hover, #monForm select:hover{	border: #999 1px solid;	background-color: #DDEEFF;}/* button submit */#monForm input[type="submit"]{	border: #DDEEFF 1px solid;	width: 27%;}#monForm input[type="submit"]:hover{	background-color: #66CC33;	cursor: pointer;}    --></style>        <title>Success</title>    </head>    <body>    <h1>Vos choix séléctionnés ont été enregistrés avec succès!</h1>        <table>            <tr>                <td>                    <form action="Appliquer" method="post">                        <input type="submit" value="tester les préférences">                    </form>                </td>                <td>                    <form action="index.jsp" method="post">                        <input type="submit" value="rechanger les préférences">                    </form>                </td>            </tr>        </table>    </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?