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

📄 birthdaymore_popu.jsp

📁 tomcat最新安装程序
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ page import="java.util.Date,java.io.*,java.sql.*"%>
<%
StringBuffer birthName=new StringBuffer();
birthName =(StringBuffer)request.getAttribute("birthName");            
	  	  
%>
<html>
<head>
<script language=JavaScript>

function closewin()
{

window.setTimeout("window.close()",120000);
return;
}

</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>今天过生日人员列表 </title>
<style type="text/css">
<!--
body {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;

}
table {
	font-family: "宋体";
	font-size: 12px;
}
a {
	text-decoration: none;
}
-->
</style>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="555" height="434" border="0" align="center" cellpadding="6" cellspacing="1" bgcolor="#CCCCCC">
  <tr>
    <td width="541" height="407" valign="top" background="/krm/jsp/personimage/birthdayPic.jpg" bgcolor="#FFFFFF"> 
      <p align="center">&nbsp;</p>
     
      <p><font color="#00000" size="6">&nbsp;<font color="#000000">&nbsp;&nbsp; 
        <font color="#FFFFFF" size="5"><strong>祝</strong></font><strong><font color="#FFFFCC" size="5">:</font></strong></font></font></p>    
	  <table width="100%" height="160" border="0" align="center">
        <tr> 
          <%=birthName %>
        </tr>
      </table>
      <p align="center"><strong><font color="#FF3333"><font size="6">&nbsp; <font color="#FFFF00" face="黑体"><em>生&nbsp;日&nbsp;快&nbsp;乐!</em></font></font></font></strong></p>
      <p align="center"><font color="#000000">您可以点击姓名发送祝福!</font></p></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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