开发者社区> 问答> 正文

这种复杂的表单跳转如何做

table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
      <form name="user" id="user" action="" target="_blank"></form>
        <tbody><tr>
          <td style=" width:70px; padding-top:7px;"><img src="kin/jh/img/icon_table.gif" alt="加入桌面"><a style="TEXT-DECORATION:none" href="../TableHandler.ashx" title="加入桌面">加入桌面</a></td>
          <td></td>
          <td style=" width:100px;"><img src="in/jh/img/xl.gif" alt=""><a style="TEXT-DECORATION:none" href="http://weibo.com/bjxnw" title="新浪微博">新浪微博</a></td>
          <td></td>
          <td style="width:37px; color:#FFFFFF;">账号:</td>
          <td><input name="eUser" type="text" class="userinput" id="eUser"></td>
          <td style="width:37px; color:#FFFFFF;">密码:</td>
          <td><input name="ePwd" type="password" class="userinput" id="ePwd"></td>
          <td valign="middle"><select name="select" id="select">
              <option value="1">商家店铺</option>
              <option value="2">新娘论坛</option>
            </select></td>
        </tr>
       
    </tbody></table>

店铺和论坛登录的地址是不同的,所以需求是当点击登录时要提交到不同的url,不知该怎么做

展开
收起
a123456678 2016-07-14 16:55:43 1757 0
1 条回答
写回答
取消 提交回答
  • <button onclick="onSubmit();" id="send">登陆</button>
    
    function onSubmit() {
    
             ……………………
    
    }
    2019-07-17 19:56:35
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
QQ移送页面框架优化实践 立即下载
QQ移动页面框架优化实践 立即下载
低代码开发师(初级)实战教程 立即下载