向 Facebox 提交表格
有没有办法向 Facebox 提交表单? 现在,您需要使用锚标记来调用 Facebox 方法,但我需要提交表单并将数据发送到 php 处理程序并在 Facebox 中显示。
因此,如果我在 order.html 上,然后提交“添加到购物车”按钮,并且购物车位于 index.php?action=add (表单操作)上,但某些帖子变量除外。 是否可以显示购物车但不带我到index.php?
Is there a way to submit a form to Facebox? As it is right now you need to use an anchor tag to invoke the facebox method but I need to submit a form and send the data to the php handler and show it in facebox.
So if I'm on order.html and then submit the add to cart button and the cart is on index.php?action=add (form action) which excepts some post variables. Is it possible to show the cart but not take me to index.php?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个......
希望这有帮助......
Try this...
hope this was helpful....
这个小教程应该有助于完成您想要做的事情:
http://ronaldarichardson.com/ 2011/03/17/how-to-submit-post-php-data-to-facebox/
这也是其中的代码摘录。
This little tutorial should help accomplish what you are trying to do:
http://ronaldarichardson.com/2011/03/17/how-to-submit-post-php-data-to-facebox/
Here is the code excerpt from it as well.