DateSelect.asp 创立一个日历格式的。。。
<%@ LANGUAGE="VBSCRIPT" %
<%
'Code Written by D. Scott Hand
'If any errors are found, please
'e-mail scott_hand@pobox.com with
'the error and the way the error
'was caused
'***Purpose:************
'* This is a page built to show calendar functionality.
'* Description:
'* This is the instantiated file toto
'* allow the user to select a date.
'***********************
If Request.Querystring("Page") < "" Then
PageName = Request.Querystring("Page")
...[ 查看全文 ]