⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 more_product.asp

📁 花钱买的毕业设计。企业网络管理系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../include/config.asp" -->
<%
'session("mode") = "user" 
%>
<html>
<head>
<title>More...</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<%
if Request.QueryString("type") <> "" then
	session("sqlString") = "select * from v_product where type_id = " & request.querystring("type")
	session("typename") = Request.QueryString("typename")
end if
if session("sqlString") = "" or session("typename") = "" then
	Response.End()
end if
%>
<table width="450" border="0" align="center" cellpadding="1" cellspacing="1">
  <tr align="center"> 
    <td>&nbsp;</td>
    <td bgcolor="#dddddd" ><%= session("typename") %></td>
    <td>&nbsp;</td>
  </tr>
  <tr align="center"> 
    <td>&nbsp;</td>
    <td><% Server.Execute("list_product.asp") %></td>
    <td>&nbsp;</td>
  </tr>
  <tr align="center"> 
    <td>&nbsp;</td>
    <td >&nbsp; </td>
    <td>&nbsp;</td>
  </tr>
</table>
<%
'session("rs").close
session("typename") = ""
session("sqlString") = ""
%>
</body>
</html>

⌨️ 快捷键说明

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