使用laytab.js 实现iframe来加载新页面,这里面的新增页面post提交报错
insert.html:1 Blocked form submission to '/index.php/admin/user/insert.html' because the form's frame is sandboxed and the 'allow-forms' permission is not set.
提示没加
去加上就好了。
tab_jump_str='sandbox="allow-scripts allow-same-origin allow-popups allow-forms"';