calendar.asp

来自「客户管理crm xitong ,希望能给你带来帮助」· ASP 代码 · 共 16 行

ASP
16
字号
<html>
<head>
<title>日历</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
<table width="100%" height="400" border="1" cellpadding="0" cellspacing="0" bordercolorlight='#000000' bordercolordark='#FFFFFF'>
  <tr>
    <td width="79%"><iframe name="list" src="list.asp" width="100%" height="100%" frameboder=0 ></iframe></td>
    <td width="21%" valign="top"><!--#include file="rili.asp"--></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?