📄 dayv.asp
字号:
<html>
<head>
</head>
<body scroll = no>
<table BORDER="0" CELLPADDING="0" CELLSPACING="0">
<tr>
<td id="tdForDay" height="19" BGCOLOR="#486ebd" ALIGN="middle" style="CURSOR: hand; COLOR: white" Onclick="window.location.href='dayv.asp'"> 日 视 图 </td>
<td id="tdForWeek" height="19" BGCOLOR="#fcf4de" ALIGN="middle" style="CURSOR: hand" Onclick="window.location.href='week.asp'"> 周 视 图 </td>
<td id="tdForMonth" height="19" BGCOLOR="#fcf4de" ALIGN="middle" style="CURSOR: hand" Onclick="ChangeActiveItem(3, 1);"> 月 视 图 </td>
</tr>
</table>
<CENTER></CENTER>
<table BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="#9999ff" style="WIDTH: 800px; HEIGHT: 607px">
<tr>
<td width="20" align = "middle" nowrap>
<IMG id=btnPre style="CURSOR: hand"
onclick=prev() height=9 alt=前一天 src="images/previous.gif"
width=10 vspace=22 border=0 name=btnPre >
</td>
<td nowrap align="middle">
<label style="FONT: 9pt 宋体">2002年11月</label><br>
<label style="FONT: 14pt verdana">28</label><br>
<label style="FONT: 9pt 宋体">星期四</label>
</td>
<td width="20" align = "middle" nowrap>
<IMG id=btnNext style="CURSOR: hand"
onclick=next() height=9 alt=后一天
src="images/next.gif" width=10 vspace=22 border=0 name=btnNext >
</td>
<td width="100%"> </td>
</tr>
<tr>
<td VALIGN="top" bgcolor="#f0f0f0" height="100%" colspan=4>
<iframe ALIGN="middle" id="fraContent" name="fraContent" FRAMEBORDER="0" SCROLLING="yes"
SRC="GetDay.asp?Today=2002/11/28" width="100%" height="95%"> </iframe>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -