厚盒和ajax
我有一个小问题,我无法弄清楚。我想将数据发布到服务器(php),然后在处理后使用厚盒 iframe 显示结果。
我查看了thickbox中的ajax示例,但没有同时传递、处理和返回。基本示例对我有用。
有什么想法吗?
谢谢! 纽曼
I have a little problem that I just can't figure out. I'd like to post data to server (php) and then after processing display the result with thickbox iframe.
I looked at ajax example from thickbox, but there's no passing, processing and returning at the same time. The basic example works for me.
Any ideas?
Thanks!
Newman
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你读过这部分吗?
该示例及其描述很有意义。您没有执行 AJAX 请求 - ThickBox 根据类 ThickBox 的链接的 href 值来执行该请求,并将该数据加载到生成的 ThickBox 中。
Did you read this part?
The example and it's description make sense. You are not preforming the AJAX request - ThickBox does that based on the href value of the link with the class ThickBox, and loads that data into the resulting ThickBox.