padd.asp

来自「一个简单的网上购物系统。ASP的源码! 包括数据库的链接。」· ASP 代码 · 共 20 行

ASP
20
字号
<form id="form1" name="form1" method="post" action="pinsert.asp">
  <p>商品名称:
    <input name="pname" type="text" id="pname" />
    <br />
  商品价格:
  <input name="pprice" type="text" id="pprice" />
  <br />
  促销价格:
  <input name="ppprice" type="text" id="ppprice" />
  <br />
  商品介绍:
  <textarea name="pdetail" rows="6" id="pdetail"></textarea>
  </p>
  <p>
    <input type="submit" name="Submit" value="提交" />
    <br />
  </p>
</form>

⌨️ 快捷键说明

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