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

📄 untitled-4.asp

📁 ASP客户关系管理系统+论文 全套毕业设计
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<script language="vbscript" for="del" event="onclick">
my=MsgBox("你确认删除吗",52,"去人")
if my=6 then
form1.action="index.asp"
form.submit()
end if
</script>
<body><!--#include file=DataBase/conn.asp-->
<% 

set rschu=server.CreateObject("adodb.recordset")
rschu.open "select sum(StockpileProductNumber) as chu from tb_Stockpile where StockpileType='出库' and StockpileProductName=1" ,conn,1,1
chu=int(rschu("chu"))
chu=rschu("chu")
if isnull(chu) then 
chu=0
end if
response.Write(chu)
title="大腹贾撒旦法按时地方按时地方啊"
%>
<table width="90%"  border="1">
  <tr>
    <td><%
if  len(title)>10 then
response.Write(left((title),10)&"……")
else
response.Write(title)
end if
%>
</td>
    <td><a href="">删除</a>
      <form name="form1" method="post" action="">
        <input name="del" type="submit" id="del" value="提交">
    </form></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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