无法在 jquery Thickbox 中打开 iframe-window
我正在尝试使用以下 URL 打开 iframe 厚盒窗口:
< id="thickbox2" title="联系我们" href="/send.php?keepThis=true&TB_iframe=true&height=370&width=300" class="blue_link" >联系我们< /a>
厚盒黑色背景加载并显示进度条,但不显示 send.php 文件。
I'm trying to open a iframe thickbox window with the following URL:
< a id="thickbox2" title="Contact us" href="/send.php?keepThis=true&TB_iframe=true&height=370&width=300" class="blue_link">Contact us < / a >
The thickbox black background loads and the progress bar is shown, but not the send.php file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己想出来了;我的 Thickbox.js 文件中有一个“自制”且未知的错误。当我把它换成新的时,一切都很顺利。
I figured it out myself; I had a "home made" and unknown bug in my thickbox.js file. When I replaced it with a new one, everything worked out great.
如果直接在浏览器中加载 send.php 文件会发生什么?
我想知道 send.php 文件是否存在和/或它是否正确响应(即生成 HTML 输出而不是抛出服务器错误。)
What happens if you load the send.php file directly in the browser?
I'm wondering if the send.php file exists and/or whether it's responding correctly (i.e. generating HTML output instead of chucking a server error.)