📄 p_search.asp
字号:
<!--#include file="db_conn.asp"-->
<!--#include file="comm/comm.asp"-->
<!--#include file="comm/pages.asp"-->
<!--#include file="comm/my_request.asp"-->
<!--#include file="comm/sub.asp"-->
<!--begin TOP-->
<%
'说明 head(a,b,c)
'a为页标题
'b为页描述
'c为页关键字
call head("商品搜索","索特科技","索特科技")
%>
<!--end TOP-->
<div align="center">
<table border="0" width="760" cellpadding="0" style="border-collapse: collapse">
<tr>
<td width="182" valign="top"><!--#include file="left.asp"--> </td>
<td width="15" valign="top"> </td>
<td width="563" valign="top">
<%
pp_name=my_request("proname",0)
call rearch_p(pp_name)
%>
</td>
</tr>
</table>
</div>
<!--begin end-->
<%call boot()%><!--end end-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -