欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

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

程序员文章站 2023-01-23 22:10:55
testcal. testcal.

<html>
<head>
<meta name="generator" content="microsoft visual interdev 1.0">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>test calendar date selection</title>
</head>
<body bgcolor="#ffffff">
<center>

<script language="javascript">
{
self.name="body";
}
function calpopup(lnk) {
window.open(lnk, "calendar","height=250,width=250,scrollbars=no")
}
</script>
<form name="dataentry" method="post" action="testcal.asp">
<table border="3" width="75%" bgcolor="#ded6c5">
<tr><td align="center"><br>
<input type="text" name="fromdate" size="20"  value="click here to select date..."
onclick="calpopup(dateselect.asp?page=body&form=dataentry&element=fromdate)">
<input type="submit" value="        enter        ">

<br>&nbsp;</td></tr>
</table>
</form>
<br><br>
<a href="calendardetail.asp">
view</a> application description.
</center>
</center>
</body>
</html>