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

📄 user_pop_birth.asp

📁 jsp 同学录源码
💻 ASP
字号:
<!-- #include file = "../inc/inc_class_def.asp" -->
<!-- #include file = "../inc/inc_pub_func.asp" -->
<!-- #include file = "../inc/inc_data_check.asp" -->
<!-- #include file = "../js/comm_func.js" -->
<%

GBL_strHomeURL = "../"

Call SiteHead("今天是您的生日哦!!!")
Call ShowBirthCelebrate()

Sub ShowBirthCelebrate()

%>
		<body>
			<table background="<% =GBL_strHomeURL & GBL_strImgLocal & "pop_birth.gif" %>" width=100% height=100%>
					<tr>
					<td align=center valign=top height=50>
					<%
					Response.Write "<b>公元" & YEAR(NOW()) & "年" & MONTH(NOW()) & "月" & DAY(NOW()) & "日</b>"
					%>
					</td></tr>
					<tr><td height=170></td></tr>
					<tr>
					<td align=center valign=bottom>
					<%
					Response.Write "<b>美好的日子,深深的祝福, Happy Birthday!!!<br>To:" & Trim(Request.QueryString("pstName"))
					%>
					</td></tr>
			</table>
		</body>
	</html>
<%
End Sub
%>

⌨️ 快捷键说明

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