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

📄 listpj.asp

📁 销售系统,包括配件录入,配件销售,配件修改,设置反点条件,VIP用户网上购买等
💻 ASP
字号:
<!--#include file="conn.asp" -->
<!--#include file="sub.asp" -->
<!--#include file="Cls_ShowoPage.asp"-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="css.css" rel="stylesheet" type="text/css">
<title>无标题文档</title>
<script language="javascript" src="check.js"></script>
<style type="text/css">
<!--
.aa{ filter: alpha(opacity=50)}
.bb{
background-color:#ffffff;
color:#000000;
}
-->
</style>
</head>
<body>
<%
On Error Resume Next
Select case request.QueryString("acction")
case "lr"
call lrpj()
case "xsh"
call xsh()
case "che"
call che()
case else
call listpj()
end select
%>
<% sub che()
if request.Form("homeid")>"" then 
if session("che")>"" then
session("che")=session("che")&","&request.Form("homeid")
else
session("che")=request.Form("homeid")
end if
end if
response.Write(session("che"))
end sub
%>
</body>
</html>

⌨️ 快捷键说明

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