📄 left.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<script language=javascript>
function fnc_search(){
if (from1.searchname.value!="") {
url = "search.asp?searchname="+from1.searchname.value;
window.parent.list.location.href = url;
// window.parent.location.href = url;
return true;
}
return false;
}
</script>
<body topmargin=0 leftmargin=0 background="images/left_back.gif">
<form name="from1" onsubmit="fnc_search()">
<table width="234" height="100%" cellpadding="0" cellspacing="0" border="0" >
<tr>
<td height="14px" colspan="3" >
</td>
</tr>
<tr>
<td colspan="3">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="41px" colspan="5" background="images/main1_13.gif">
</td>
</tr>
<tr>
<td colspan="2" width="35px" height="31px" background="images/main1_14.gif">
</td>
<td height="31px" bgcolor="white" align="center" style="width: 165px">
<input name="searchname" type="text" size="20" style="border-right: #d3d3d3 1px solid; border-top: #d3d3d3 1px solid;
border-left: #d3d3d3 1px solid; border-bottom: #d3d3d3 1px solid; font-size: 14px;" />
</td>
<td width="34px" colspan="2" height="31px" background="images/main1_16.gif">
</td>
</tr>
<tr>
<td colspan="2" width="35px" height="23px" background="images/main1_17.gif">
</td>
<td height="31px" bgcolor="white" align="right" style="width: 165px">
<input type="image" src="images/search.gif" onclick="fnc_search()" />
</td>
<td width="34px" colspan="2" height="23px" background="images/main1_19.gif">
</td>
</tr>
<tr>
<td colspan="2" width="35px" height="13px" background="images/main1_20.gif">
</td>
<td height="13px" background="images/main1_21.gif" style="width: 165px">
</td>
<td width="34px" colspan="2" height="13px" background="images/main1_22.gif">
</td>
</tr>
</table>
</td>
</tr>
<tr><td height=4px></td></tr>
<tr>
<td colspan="3">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="8">
</td>
<td background="images/list.gif" width="217px" height="426px" valign=top>
<br /><br />
<ul> <%
sql="select sort_name,number from sort "
Set rs=Server.CreateObject("ADODB.RecordSet")
rs.open sql, conn, 1, 1
do while not rs.eof %>
<li><A class="menu" target="list" href=list.asp?brand_name=<%=rs("sort_name")%> /><%=right(rs("number"),2)+" "+rs("sort_name")%></li>
<%
rs.movenext
loop
rs.close
set rs=nothing
%></ul>
</td>
<td width="9">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" height="12px" >
</td>
</tr>
<tr>
<td width="20" >
</td>
<td>
<img src="images/callcenter.gif" width="192px" height="86px" /></td>
<td width="22" >
</td>
</tr>
<tr>
<td colspan="3" height="22px" >
</td>
</tr>
<tr>
<td width="20" >
</td>
<td>
<a href="mailto:flash_zqh@163.com">
<img src="images/aboutus.jpg" width="192px" height="86px" style="border-top-style: none;
border-right-style: none; border-left-style: none; border-bottom-style: none" /></a></td>
<td width="22" >
</td>
</tr>
<tr>
<td colspan="3" height="100%">
</td>
</tr>
</table> </form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -