template.asp
来自「这是一本关于高级软件工程的书籍」· ASP 代码 · 共 42 行
ASP
42 行
<!-- #include file="../inc/conn.asp" -->
<!-- #include file="../inc/function.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>意科在线定单系统</title>
<style>
.w-1 {
font-family: "宋体";
font-size: 12px;
color: #FFFFFF;
background-position: bottom;
}
.w-2 {
font-family: "宋体";
font-size: 12px;
color: #cccccc;
background-position: bottom;
}
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- #include file="../inc/qhead.asp" -->
<table width="737" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="666666">
<tr>
<td height="20" colspan="3"> </td>
</tr>
<tr>
<td width="170" height="20" valign="top" bgcolor="606060"><!-- #include file="../inc/left.inc" --></td>
<td width="8"> </td>
<td width="559" valign="top"><br>
<br><br>
</td>
</tr>
</table>
<!-- #include file="../inc/bottom.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?