我的网站上运行着 prettyPhoto 和 MachForm。两者都可以单独工作。我想做的是在 prettyPhoto 的弹出窗口中运行 MachForm ......除了我的 machform 有 3 页时,它工作得很好。因此,当用户在prettyPhoto 中填写machform 的第1 页并单击next 以前进到表单的下一页时,而不是在prettyphoto 中加载machform 的第2 页,而是加载到自己的页面上。
我该如何解决这个问题,以便 machform 的第 2 页和第 3 页仅在 prettyPhoto 中加载?
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto();
});
</script>
<li><a href="/contact?q=prettyphoto&iframe=true&width=50%&height=87%" rel="prettyPhoto[iframe]">General Inquiries</a></li>
/contact 页面是 machform。