fanhui.jsp
来自「网上购书,可以实现网上购书,界面漂亮,代码易懂」· JSP 代码 · 共 51 行
JSP
51 行
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>注册成功</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 36px;
color: #FF0000;
}
.STYLE2 {font-size: 24px}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
body {
background-image: url(3.jpg);
}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table width="392" height="176" border="1" align="center">
<tr>
<td width="382" height="67"><div align="center"><span class="STYLE1"> 恭喜您,注册成功</span></div></td>
</tr>
<tr>
<td><div align="center"><span class="STYLE2"><a href="index1.jsp">请返回主页面</a></span></div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?