showsort.asp

来自「本实例为一个完整的网上购物商城的完整例子程序,里面有所以的源代码.希望对大家学习」· ASP 代码 · 共 32 行

ASP
32
字号
<!--#include file="top.asp"-->
<%on error resume next%>
<%
if request("sort_name")="" then
        response.redirect "default.asp"
response.end
end if
%>
<title><%=sitename%>--平价商品--分类商品</title>
<table width=760 border=0 align="center" cellpadding=0 cellspacing=0 bgcolor="#FFFFFF">
<tbody>
<td width=180 valign="top" bgcolor="#FFE7E9">
<!--#include file="include/56770_sort.asp" -->
<!--#include file="include/56770_userlogins.asp" -->
<!--#include file="include/56770_ss.asp" -->
<!--#include file="include/56770_xsph.asp"-->
</td>
<td width="5" valign="top"></td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!--#include file="include/56770_tjsort.asp" -->
<!--#include file="include/56770_showsort.asp" -->
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!--#include file="footer.asp"-->

⌨️ 快捷键说明

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