list.asp

来自「仓库管理系统 不错的 大家都来看一下」· ASP 代码 · 共 36 行

ASP
36
字号
<%@ LANGUAGE="VBSCRIPT" %>
<% response.buffer=true %>
<%const title="仓库物品"%>
<!-- #include file=opendb.inc-->
<!--#include file=myPrg.asp-->
<html>

<head>
<meta NAME="GENERATOR" Content="Microsoft FrontPage 3.0" CHARSET="GB2312">
<title><%=title%></title>
<link rel="stylesheet" type="text/css" href="forum.css">
</head>

<body topmargin="0">
<%
CheckLogin
Showtitle(title)
getStorage(session("storage"))
gettypepath
if request.querystring("id")="" then
'   showerror("错误")
 session("name_id")=0
else
   session("name_id")=request.querystring("id")
end if
%>

<table width=100% align=center border='1'  cellspacing='0' bordercolordark='#FFFFFF' bordercolorlight='#008000' bordercolor='#00000'>
<%showheader%>
<%showcontent%>
</table>

<!--#include file=copyright.asp-->
</body>
</html>
<!-- 结束

⌨️ 快捷键说明

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