?? user_pop_birth.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 + -