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

📄 show2.jsp

📁 一个寻找自己同生人的程序
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="hm23.BirthJdbc" %>
<% 
if(session.getValue("id")==null)
{
%>
<jsp:forward page="jg.jsp"/>
<%
}
else
{ 
 %>
<html>
<head>
<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 colspan="7"><div align="center"><span class="style1">您好:<%= session.getValue("id") %></span></div></td>
      </tr>
      <tr>
        <td colspan="7"><div align="center" class="style1"><a href="show.jsp">最近加入成员</a> <a href="show1.jsp">和您同年同月同日生</a> <a href="show2.jsp">和您同月同日生</a> <a href="http://www.itneau.com">创新基地</a></div></td>
      </tr>
      <tr>
        <td colspan="7"><div align="center" class="style1"><a href="show2.jsp?sex=nv">只显示女生</a> <a href="show2.jsp?sex=nan">只显示男生</a></div></td>
      </tr>
      <tr>
        <td><div align="center" class="style1">姓名</div></td>
        <td><div align="center" class="style1">出生日期</div></td>
        <td><div align="center" class="style1">性别</div></td>
        <td><div align="center" class="style1">所在省份</div></td>
        <td><div align="center" class="style1">所在城市</div></td>
        <td><div align="center" class="style1">QQ</div></td>
        <td><div align="center" class="style1">详细</div></td>
      </tr>
      <jsp:useBean id="birth" class="hm23.BirthJdbc" scope="session"/>
      
      <%
birth.setSexs(request.getParameter("sex")); 
birth.showYr();
out.print(birth.getNews());
 %>
    </table></td>
  </tr>
</table>
</body>
</html>
<%} %>

⌨️ 快捷键说明

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