一个提供用户输入时期的绝好程序之(二)

斯人可贵_

斯人可贵_

2016-01-29 17:11

一个提供用户输入时期的绝好程序之(二),一个提供用户输入时期的绝好程序之(二)
  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")
   Session("PageName") = PageName
Else
   PageName = Session("PageName")
End If
If Request.Querystring("Form") < "" Then
   FormName = Request.Querystring("Form")
   Session("FormName") = FormName
Else
   FormName = Session("FormName")
End If
If Request.Querystring("Element") < "" Then
   ElementName = Request.Querystring("Element")
   Session("ElementName") = ElementName
Else
   ElementName = Session("ElementName")
End If
%
<HTML
<HEAD
<META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0"
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"
<TITLESelect Date</TITLE
</HEAD
<BODY BGColor="#ded6c5" alink="#526B84" vlink="#526B84" onBlur="javascript:self . focus ();"
<SCRIPT LANGUAGE="javascript"
   function calpopulate(dte) {
   window.opener.<%=formname & "." & elementname%.value = dte;
   self.close()
      }
</SCRIPT
<%
If IsDate(Request.QueryString("Date")) Then
BuildDate=Request.QueryString("Date")
Else

If Request.Querystring("BMonth") = "" Then
BMonth = Month(Now)
Else
BMonth = Request.Querystring("BMonth")
End If

If Request.QueryString("BYear") < "" Then
BuildDate = BMonth & "/" & "1" & "/" & _
       Request.QueryString("BYear")
Else
BuildDate = BMonth & "/" & "1" & "/" & Right(Year(Now), 2)
End If

End If
Session("CurrentDate")=BuildDate

'This gives the position of weekday for that date
BuildDayValue = Weekday(BuildDate)


CurrentMonth = Month(BuildDate)
%
<center
<table
<tr
<td colspan="7" align="center"
<hr
<font size=2<b<%=MonthName(CurrentMonth)%&nbsp;<%=Year(BuildDate)%</b
<br

<%
'BuildDate=DateAdd("d", -1, BuildDate)
If CurrentMonth < 12 then
NextMonth=CurrentMonth+1 & "&BYear=" & Year(BuildDate)
Else
NextMonth="1&BYear=" & Year(DateAdd ("yyyy", 1, BuildDate))
End if

If CurrentMonth 1 then
PreviousMonth=CurrentMonth-1 & "&BYear=" & Year(BuildDate)
Else
PreviousMonth= "12&BYear=" & Year(DateAdd ("yyyy", -1, BuildDate))
End If
%
<a href="DateSelect.asp?BMonth=<%=PreviousMonth%"<font
size=-2<--Previous</a
&nbsp;&nbsp;&nbsp;
<a href="DateSelect.asp?BMonth=<%=NextMonth%"<font size=-2Next--</a
展开更多 50%)
分享

猜你喜欢

一个提供用户输入时期的绝好程序之(二)

ASP
一个提供用户输入时期的绝好程序之(二)

一个提供用户输入时期的绝好程序之(一)

ASP
一个提供用户输入时期的绝好程序之(一)

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

写一个用户在线显示的程序

PHP
写一个用户在线显示的程序

一个模仿oso的论坛程序(之二)

PHP
一个模仿oso的论坛程序(之二)

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

一个域名查询的程序

PHP
一个域名查询的程序

一个简单的焰火程序

编程语言 网络编程
一个简单的焰火程序

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

反其道行之 Vista使用XP主题外观

反其道行之 Vista使用XP主题外观

一个BBS的源代码(二)

一个BBS的源代码(二)
下拉加载更多内容 ↓