按钮提交不适用于Fancy灯箱

时间:2012-03-12 11:10:32

标签: php jquery lightbox

我想在灯箱中找到Post表单的结果。 问题是,当我点击按钮提交时,灯箱出现但错误URL

注意:灯箱与href链接正常工作我咨询了很多表格,但没有找到结果。 请帮助。

此处为网址

http://www.ermes.net/user/profile/user_profile1.php?user_id=40104

按钮是“Richiedi informazioni”。

这是我的代码

    $(document).ready(function() {
$("#booking1").fancybox({
    'transitionIn'  : 'elastic',
    'transitionOut' : 'elastic',
    'width'         : 735,
    'height'                : 496,
    'autoDimensions'        : false,
    'autoScale'             : false,
    'transitionIn'          : 'none',
    'transitionOut'         : 'none',
    'type'                  : 'iframe' 

});
});

<form action="..." method="post"  >
.
.

.
.
.
.
<input type="Submit" name="cerca" value="Richiedi informazioni" id='booking1'  />

感谢您的帮助。

0 个答案:

没有答案
相关问题