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

📄 bak.asp

📁 大家好
💻 ASP
字号:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF">
<table width="743" border="1" height="598">
  <%
if trim(request("cname"))="其它" then
response.write "<form name=form1 action= ./saveinfo.asp?mjj=0 onsubmit='"&"return checkvalid2(price.value,desc.value,email.value,contact.value,pname.value,cname2.value)"&"' method=post >"
%> 
  <tr> 
    <td height="39" width="101">【所在城市】</td>
    <td height="39" width="388"> 
      <input type=text name=cname22 class="botton" size="16" maxlength="10">
    </td>
    <td height="273" rowspan="8" width="232">&nbsp;</td>
  </tr>
  <tr> 
    <td height="39" width="101">【商品名称】</td>
    <td height="78" width="388"> 
      <input name= pname2 class="botton" maxlength="15" size="20" >
    </td>
  </tr>
  <tr> 
    <td height="39" width="101">【价格】</td>
    <td height="78" width="388"> 
      <input name = price2 class="botton" maxlength="15" size="24" >
    </td>
  </tr>
  <tr> 
    <td height="39" width="101">【物品描述】</td>
    <td height="39" width="388"> 
      <textarea cols=50 name=textarea rows=6 class="botton"></textarea>
    </td>
  </tr>
  <tr> 
    <td height="39" width="101">【E_MAIL】</td>
    <td height="39" width="388"> 
      <input name=email2 class="botton" size="30" maxlength="30" >
    </td>
  </tr>
  <tr> 
    <td height="39" width="101">【联系方式】</td>
    <td height="39" width="388"> 
      <input name=contact2 class="botton" size="50" maxlength="40" >
      <input type=hidden name=cname3 value="<%=request("cname")%>">
    </td>
  </tr>
  <tr> 
    <td height="39" colspan="2" align="center"> 
      <input type = "submit" onSubmit="checkvalid" value= "提交" name= "submit12" class="botton">
      <input type="reset" name="Reset2" value="重置" class="botton">
      <% 'the hidden form to carry the catogary info 
       Response.Write("<input type =hidden name = cat value=" & Request.Form("radio1") & ">")
       response.write("<input type= hidden name= itype value="& request("itype")& ">")
    %></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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