📄 cpzj.asp
字号:
<!--#include file="../conn.inc" -->
<!--#include file="../adovbs.inc" -->
<!--#include file="../showrs.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<%
set rs=Server.createobject("adodb.Recordset")
rs.open "select * from CP",conn,3
showrs rs
rs.close
conn.close
%>
</head>
<body background="../img/bg-1.gif" topmargin=18 leftmargin=60>
<form action="addcp.asp" method="get">
产品编号:<input type=text name="cpbh" size=10> (6位数字,如100020)<br><br>
产品名称:<input type=text name="cpmc" size=10><br><br>
价 格:<input type=text name="jg" size=10><br><br>
库 存 量:<input type=text name="kcl" size=10><br><br>
<input type=submit value="增加">
<input type=reset value="重输">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -