?? member.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" errorPage="errr.jsp" %>
<%@ page import="hm23.BirthJdbc" %>
<%
if(session.getValue("id")==null)
{
%>
<jsp:forward page="jg.jsp"/>
<%
}
else
{
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>浩渺同生人</title>
<style type="text/css">
<!--
.style1 {font-size: 9pt}
body {
background-image: url(behindingo.gif);
}
a:link {
color: #006699;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body>
<table width="200" border="0" align="center">
<tr>
<td width="696" height="50"><p><img src="tsr.gif" width="700" height="100"></p></td>
</tr>
<tr>
<td height="50"><table width="500" border="1" align="center" cellspacing="0" bordercolor="#666666">
<tr>
<td><div align="center" class="style1">您好:<%= session.getValue("id") %></div></td>
</tr>
<tr>
<td><div align="center"><span class="style1"><a href="show.jsp">最近加入成員</a> <a href="show1.jsp">和您同年同月同日生</a> <a href="show2.jsp">和您同月同日生</a> <a href="http://www.itneau.com">創新基地</a></span></div></td>
</tr>
</table>
<p> </p>
<table width="500" border="1" align="center" cellspacing="0" bordercolor="#666666">
<tr>
<td colspan="2"><div align="center" class="style1">會員信息</div></td>
</tr>
<jsp:useBean id="birth" class="hm23.BirthJdbc" scope="session"/>
<%
birth.setNumber(Integer.parseInt(request.getParameter("number")));
birth.getMember();
out.print(birth.getNews());
%>
</table>
<p> </p></td>
</tr>
</table>
</body>
</html>
<% } %>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -