用户根据需求生成了a.html:<table>
<tr>
<TD>qqq</TD>
</tr>
</table>当用户提交此页面,我需要在a.html中加入一些信息再显示出来

解决方案 »

  1.   

    <html>
    <head>
    <%
      if not request.form("type") = "" or request.form("type") = "ok" then
      response.write request.form("print1")
        ....
      set conn = ......
      end if
    %>
    </head>
    <body>
    <table>
    <tr>
    <TD>
    <form action = "a.html" method="post" name=form1>
        <input type=hidden name = "type" value="ok">
        <input type="text" name="print1" size = 12>
         ....
        <input type=sumbit value="Sumbit">
    </form>
    </TD>
    </tr>
    </table>
    </body>
    </html>
    将信息提交到本页
    第一次访问不打印任何东西
      

  2.   

    结帖,这样实现也可以满足要求。
    请:Amely(我爱我老婆!)看看
    http://expert.csdn.net/Expert/topic/3065/3065795.xml?temp=3.545779E-02
      

  3.   

    加载xml文件错误,请跟斑竹联系!!请斑竹生成以下论坛的贴子列表!!
    roomid:304
    typenum:2