为了账号安全,请及时绑定邮箱和手机立即绑定

iframe 关闭不了,就是点击保存应该关闭它

iframe 关闭不了,就是点击保存应该关闭它

杨魅力 2019-04-12 19:15:47
 function openWin(){     var content ="<iframe src='user_adduser.action' width='99%' height='99%' frameborder='no' border='0' marginwidth='0' marginheight='0'      scrolling='no' allowtransparency='yes'></iframe>"     parent.$("#addUserWin").window({         title:"添加用户",         modal:true,         width:300,         height:400,         content:content,         onClose:function(){             $("#dg").datagrid('reload');         },     }) } 跳转iframe <body>     <div style="margin:15px 25px;">     <div class="easyui-panel" style="width:400px">         <div style="padding:10px 60px 20px 60px">         <form id="ff" method="post">             <table cellpadding="5">                 <tr>                     <td>名字:</td>                     <td><input class="easyui-textbox" type="text" name="firstname"  data-options="required:true"></input></td>                 </tr>                 <tr>                     <td>身份证:</td>                     <td><input class="easyui-textbox" type="text" name="card" data-options="required:true"></input></td>                 </tr>                 <tr>                     <td>性别:</td>                     <td><input type="radio" name="gender" value="1" checked="checked"/>男                           <input type="radio" name="gender" value="2" />女</td>                 </tr>                 <tr>                     <td>电话:</td>                     <td><input  class="easyui-textbox"  name="phone" id="phone"></input></td>                 </tr>                 <tr>                     <td>入住人数:</td>                     <td><input  class="easyui-textbox"  name="count" id="count" ></input></td>                 </tr>             </table>         </form>         <div style="text-align:center;padding:5px">             <a  class="easyui-linkbutton" href="javascript:close()" >保存</a>             <input  class="easyui-linkbutton" type="reset" style="width: 34px;height: 28px" value="取消" ></input>         </div>         </div>     </div>     </div>     数据表格
查看完整描述

3 回答

?
LEATH

TA贡献1936条经验 获得超6个赞

要在父页找,指定context

 parent.$("#addUserWin",parent.document).window('close');


查看完整回答
反对 回复 2019-05-13
?
青春有我

TA贡献1784条经验 获得超8个赞

存入数据库和是否执行客户端js代码可不是一个意思。你指定了dataType:'json',客户端一定要得到json字符串。要不dataType:'json',改为dataType:'text',看服务器端返回什么,只要服务器端不500错误。 dataType:'text',success:function(data){alert(data)。而且指定提交是配置type,不是method

查看完整回答
反对 回复 2019-05-13
?
holdtom

TA贡献1805条经验 获得超10个赞

parent.$("#addUserWin").window('close');这句有问题,没有定位到iframe那层


查看完整回答
反对 回复 2019-05-13
  • 3 回答
  • 0 关注
  • 920 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信