21if request("act")="modi" then22 call SetTime(request.Form("strYear"),request.Form("strMonth"),request.Form2324("strDay"))25end if26%>27<form id="form1" name="form1" method="post" action="?act=modi">28 <table width="290" border="0">29 <tr>30 <td width="77"><input name="strYear" type="text" id="strYear" value="<%=Year(now())%>" 3132size="8" /></td>33 <td width="49"><input name="strMonth" type="text" id="strMonth" value="<%=Month(now3435())%>" size="5" /></td>36 <td width="48"><input name="strDay" type="text" id="strDay" value="<%=Day(now())%>" 3738size="5" /></td>39 <td width="98"><input type="submit" name="Submit" value="修改日期" /></td>40 </tr>41 </table>42</form>43
(编辑:aniston)
·2024年12月目录 ·2024年11月目录 ·2024年10月目录 ·2024年9月目录 ·2024年8月目录 ·2024年7月目录 ·2024年6月目录 ·2024年5月目录 ·2024年4月目录 ·2024年3月目录 ·2024年2月目录 ·2024年1月目录 ·2023年12月目录 ·2023年11月目录