📄 head_listall.asp
字号:
<%@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -