index.asp

来自「自己做的鞋业网站代码」· ASP 代码 · 共 22 行

ASP
22
字号
<!--#include file="top.asp"--> 
<html>
<head>
<title>Shoes</title> 
 <link href="css/style.css" rel="stylesheet" type="text/css" /></head>
<body>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align="center" border=0   >
	<TR>
		<TD width="234" valign="top" >
			<IFRAME width="234"  height="930px"  border="0" noresize="noresize" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="left.asp"></IFRAME>
		</TD> 
		<TD width="100%" valign="top" >
			<IFRAME id="list" width="100%" height="930px" name="list" border="0" noresize="noresize" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="main.asp"></IFRAME>
		</TD>
	</TR>
	 <tr>
		<TD colspan=3>
			<IFRAME height="100" width="100%"    border="0" noresize="noresize" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="copyright.asp"></IFRAME>
		</TD>
	</TR>
</TABLE></body> 
</html>

⌨️ 快捷键说明

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