0

我有一个将值提交到冷融合页面的表单,我希望该页面在 prettyPhoto 灯箱中启动。这是表单的基本代码:

<form name="CFForm_1" action="../water/search_results2.cfm" method="post" onsubmit="return _CF_checkCFForm_1(this)" rel="prettyPhoto" >

这是提交:

<input name="Submit" type="submit" value=" Submit Query " >

这是示例页面: http ://dev.fosr.org/water-query/?sid=NS46

运行 Wordpress 和 PrettyPhoto Media 插件,你猜怎么着?我做了很多研究,但我发现的所有内容都与使用 prettyPhoto 打开/验证表单有关。

就我而言,我希望表单在灯箱中提交/打开结果

4

1 回答 1

0
<input type="submit" value="Abschicken" id="submit" name="submit" rel="prettyPhoto" onclick="$.prettyPhoto.open('mailer.php?ajax=true&width=60%&height=20%'); return false;" />
于 2013-12-16T14:08:12.877 回答