📄 queryallgoodsinfo.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>查询我所负责的货物的情况</title>
</head>
<body>
<%if Request.Cookies("IsLogin")="Yes" then
Set ASPObj = Server.CreateObject("aspVendorQueryBiz.mtsVendorQuery")
Response.Write(ASPObj.GetAllGoodsInfoByVendorId(Request.Cookies("UserId")))
if Request.QueryString("viewtype")="excel" then
Response.ContentType="application/vnd.ms-excel"
end if
%>
<%else%>
<p>您未登陆,请先登陆!</p>
<%end if%>
<p></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -