产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

关于签收页的调用问题,求帮忙 [复制链接]

1#
<form method="post" name="issue" target="t_issue">

<tr>
     <td width="80px">女方姓名</td>
     <td align="left"><span id="sfont" onclick=showinput(1)><%=Server.HtmlEncode(DataTitle)%></span><span id="sinput" style="display:none"><input type="text" name="title" id="title" maxlength="150" size="60" value="<%=Server.HtmlEncode(DataTitle)%>"></span></td>
      
   </tr>
   <tr>
      <td height=20>操作选项</td>
      <td align="left"><input type="radio" value="pass" name="act" onclick="c_type()">通过&nbsp;<input type="radio" value="rework" name="act" onclick="c_type()">退回<%if(can_delete=="1"){%>&nbsp;<input type="radio" value="delete" name="act" onclick="c_type()">删除<%}%></td>
   </tr>

   <tr style="display:<%=author==""?"none":""%>">
     <td>通知作者</td>
     <td align="left"><input type="checkbox" value="1"  name="sendmsg" id="sendmsg"  onclick="c_sendway()">站内短信
      <input type="checkbox" value="1"  name="sendmail" id="sendmail" onclick="c_sendway()">发送邮件</td>
   </tr>

  <tr id="tr_fb_title" style="display:none">
      <td height=20>信件标题</td>
      <td align="left"><input type="text" id="fb_title"  name="fb_title"  maxlength="100" size="70" class="tb" ></td>
  </tr>

   <tr>
      <td height=20>点评/回复</td>
      <td align="left"><TextArea id="reply" name="reply" style="width:100%;height:120px"></textarea>
<script charset="utf-8" src="/e/incs/kindeditor/kindeditor.js"></script>
<script type="text/javascript">
        var editor;
        KindEditor.ready(function(K) {
                editor = K.create('#reply',
                    {
                      uploadJson:kindeditor_uploadJson,
                      fileManagerJson:kindeditor_fileManagerJson,
                      allowFileManageralse,
                      allowImageUploadalse,
                      allowFlashUploadalse,
                      allowMediaUploadalse,
                      allowFileUploadalse,
                      items :kindeditor_SmallItems,
                      newlineTag:"br",
                      filterMode :true
                    }
                );
        });
</script>
</td>
   </tr>
   <tr>
      <td height=20px colspan="2" align="center">
<input type="hidden" name="is_static"  value="<%=Is_Static%>">
<input type="hidden" name="data_html"  value="<%=DataHtml%>">
<input type="hidden" name="author"  value="<%=author%>">
<input type="hidden" name="current_title"  value="<%=DataTitle%>">
<input type="hidden" name="current_username"  value="<%=current_username%>">
<input type="hidden" name="current_processname"  value="<%=current_process_name%>">
<input type="hidden" name="current_passname"  value="<%=current_pass_name%>">
<input type="hidden" name="current_reworkname"  value="<%=current_rework_name%>">
<input type="hidden" name="current_reworknode"  value="<%=current_rework_node%>">
<input type="hidden" name="current_node"  value="<%=currnt_node%>">
<input type="hidden" name="current_rechecked_node"  value="<%=current_rechecked_node%>">
<input type="hidden" name="post"  value="update">
<input type="button" value="提交" class="bt" onclick="return ck()" <%=data_checked==1?"disabled":""%>>
</td>
   </tr>
</form>
</table>


以上是ISSUE.aspx里的一段,我想问最后<input type="hidden" name="current_title"  value="<%=DataTitle%>">是什么意思?我的表里面有TITLE字段,但是没有DataTitle字段啊,迷惑了,求帮助

我想调用表里我新增加的shijian字段,得怎么写呢
分享 转发
TOP
发新话题 回复该主题