📄 tjproduct.asp
字号:
<%
dim key,toppath,dbpath
key="a4"
toppath=""
dbpath=""
%>
<!--#include file="db_conn.asp" -->
<!--#include file="my_lib/my_lib.asp" -->
<!--#include file="include/shopsub.asp" -->
<!--#include file="my_lib/pages.asp" -->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!--
function windowOpener(loadpos){
controlWindow=window.open("","ssortwin","top=150,left=250 toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, resizable=no, width=450,height=220");
controlWindow.focus();
return (true);
}
//-->
</SCRIPT>
<title>推荐商品</title>
</head>
<body topmargin="1">
<!--#include file="top.asp" -->
<div align="center">
<table border="0" width="760" id="table3" cellspacing="0" cellpadding="0">
<tr>
<td height="25">当前位置:<a href="index.asp">首页</a>>>>推荐商品</td>
</tr>
</table>
<table width="760" style="padding:0px; " cellspacing="0" cellpadding="0">
<tr>
<td width="200" valign="top" style="border: 1px solid #CCCCCC; padding: 0">
<!--#include file="left2.asp" --></td>
<td width="5" valign="top"> </td>
<td width="554" valign="top">
<table border="0" width="554" id="table2" cellspacing="1">
<tr>
<td valign="top" colspan="5">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5" bgcolor="#CCCCCC"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="25" bgcolor="#666666" align="center" width="90">
<font color="#FFFFFF">图片</font></td>
<td height="25" bgcolor="#666666" align="center" width="275">
<font color="#FFFFFF">商品名称/简介</font></td>
<td height="25" bgcolor="#666666" align="center" width="60">
<font color="#FFFFFF">商品价格</font></td>
<td height="25" bgcolor="#666666" align="center" width="63">
<font color="#FFFFFF">查看详细</font></td>
<td height="25" bgcolor="#666666" align="center" width="50">
<font color="#FFFFFF">购买</font></td>
</tr>
<%call p1_item(1,17)%>
<tr>
<td valign="middle" colspan="5">
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
<!--#include file="end.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -