head_listall.asp
来自「这是一个ASP平台的制衣管理系统,里面有比较好看FLASH动画,希望大家喜欢.」· ASP 代码 · 共 50 行
ASP
50 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Option Explicit
Response.Buffer = True
Response.Expires = 0
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Author" content="http://www.technet.cn">
<meta name="Date" content="2003-08">
<title></title>
<link href="myStyle.css" rel="stylesheet" type="text/css">
</head>
<body style="background-color: menu;">
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="40" align="right"> </td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="searchCom" method="post" action="?action=com">
<tr>
<td>按公司名称搜索:
<input name="searchCom" type="text" id="searchCom" size="24" maxlength="36">
<input name="Search" type="submit" id="Search" value="搜索"></td>
</tr></form>
</table></td>
</tr>
<tr>
<td width="40" align="right"> </td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="searchUrl" method="post" action="?action=url">
<tr>
<td>按公司网址搜索:
<input name="searchUrl" type="text" id="searchUrl" size="24" maxlength="36">
<input name="Submit" type="submit" id="Submit" value="搜索"></td>
</tr></form>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?