user_pop_birth.asp

来自「是一个很好用的通信录源码,可以用在同学朋友等的通信上使用!」· ASP 代码 · 共 35 行

ASP
35
字号
<!-- #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 + =
减小字号Ctrl + -
显示快捷键?