Fancybox iframe调整大小不起作用

时间:2014-05-06 16:09:54

标签: javascript php html iframe fancybox

我使用Fancybox 2.1.5打开带有用户表单的弹出窗口。所以我使用下一个代码:

<script type="text/javascript">
$("a.fancybox").fancybox({
 type: 'iframe',
 fitToView: false,
 autoSize: true,
 autoResize: true,  
});
</script>

此脚本打开enroll.php,其中包含表单。此表单中的按钮具有代码:

<form ... action="enrollsend.php">
<input type="submit" onclick="parent.$.fancybox.update();">

问题是两个窗口的大小(在fancybox中提交按钮下一页后出现)根本没有变化。我希望fancybox大小是自动化的,但不知道它为什么不起作用。

0 个答案:

没有答案