注册 登录
编程论坛 ASP技术论坛

导入不进去数据库内容

kaikai717 发布于 2008-10-12 15:15, 522 次点击
<tr>
    <td align="center" valign="middle"><form action="<%=MM_editAction%>" method="POST" name="form1" id="form1">
      <table width="100%" border="0" bgcolor="#FFFF33">
        <tr>
          <td><span class="STYLE10">姓名:<%=(login_info.Fields.Item("u_name").Value)%>
            <input value="<%=((login_info.Fields.Item("u_name").Value))%>" name="xm" type="hidden" id="xm">
          </span></td>
          <td class="STYLE10">工资号:<%=(login_info.Fields.Item("u_haoma").Value)%>
            <input name="gzh" type="hidden" id="gzh" value="<%=(login_info.Fields.Item("u_haoma").Value)%>"></td>
          <td class="STYLE10">性别:<%=(login_info.Fields.Item("u_xb").Value)%>
            <input name="xb" type="hidden" id="xb" value="<%=(login_info.Fields.Item("u_xb").Value)%>"></td>
        </tr>
        <tr>
          <td class="STYLE10">车间:<%=(login_info.Fields.Item("u_cj").Value)%>
            <input name="cj" type="hidden" id="cj" value="<%=(login_info.Fields.Item("u_cj").Value)%>"></td>
          <td class="STYLE10">班组:<%=(login_info.Fields.Item("u_bz").Value)%>
            <input name="bz" type="hidden" id="bz" value="<%=(login_info.Fields.Item("u_bz").Value)%>"></td>
          <td class="STYLE10">职称:<%=(login_info.Fields.Item("u_zc").Value)%>
            <input name="zc" type="hidden" id="zc" value="<%=(login_info.Fields.Item("u_zc").Value)%>"></td>
        </tr>
      </table>
        
      <input type="hidden" name="MM_insert" value="form1">
</form>
    <br>
为什么导入不进去数据库呢!
5 回复
#2
hmhz2008-10-12 15:32
又是DW生成的,告诉你,在这里,用DW生成的不与回答
#3
multiple19022008-10-12 15:59
同上……
#4
nicechlk2008-10-12 17:26
大家说说,dw生成的代码为什么这么多呢?并且还麻烦的很?呵呵!
#5
cslldu2008-10-12 20:13
支持手动,反对DW
#6
multiple19022008-10-12 20:44
[bo][un]nicechlk[/un] 在 2008-10-12 17:26 的发言:[/bo]

大家说说,dw生成的代码为什么这么多呢?并且还麻烦的很?呵呵!

热力学第二定律,或者是熵增加原理。
1