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

📄 yarn_sort.asp

📁 oa办公系统asp程序
💻 ASP
字号:
<%@language=vbscript%>
<% response.buffer=true %>
<%'On Error Resume Next%>
<%const title="管理库存"%>
<html>
<head>
<title><%=title%></title>
<link rel=stylesheet type=text/css href=../css/css.css>
</head>
<body topmargin="0" bgcolor="#468ea3">

<!--#include file=../Opendb.inc-->

<p align="center"><b><font size="5">海盐威康纺织工业有限公司</font><font size="7"><br>
</font></b><font size="3">|&nbsp; 纱料库存 |</font> </p>
<p align="center">| <a href="fabric_sort.asp">胚布库存</a>&nbsp;|&nbsp;
<a href="cloth_sort.asp">成品布库存</a>&nbsp; |&nbsp;
<a href="other_sort.asp">其它库存</a>&nbsp; |<br>

</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="27">
  <tr>
    <td width="100%" height="27">
    <%
    

sql="select * from yarn_sort"
rs.open sql,conn,1,3
if not rs.eof then
	do while not rs.eof
     response.write "<font color=green><li><a href=yarn_type.asp?prnt="&rs("yarn_sort_id")  &">"&rs("yarn_sort_name")&"</a> </font>"
	rs.movenext
	loop
else
    response.write "<li>没有下级类别 0"
end if
%>
</td>

  </tr>
</table>

<!--#include file=../copyright.asp-->

</body>
</html>

⌨️ 快捷键说明

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