⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 afficher.jsp

📁 exemple for using session in jas and servlet
💻 JSP
字号:
<%@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -