在 Facebox 内重定向的链接(不会中断)
如何在 Facebox 窗口中创建一个链接,将其重定向到另一个页面而不中断?
我尝试使用一个效果很好的 iframe...除了我想在 Facebox 中显示的初始内容是一个简单的消息和一个链接。然后,我希望链接在单击后重定向到页面。
由于 iframe 需要 src,因此页面上没有我可以编写消息的位置。我唯一的想法是为 iframe 生成一个 src,该 iframe 将消息作为 url 上的参数传递到回显该消息的 php 页面(相当难看的解决方案)。
有更好的办法吗?
How can make a link within a facebox window that redirects it to another page without breaking out?
I tried using an iframe which worked nicely... except the initial content I want to display in the facebox is a simple message and a link. I then want the link to redirect to a page if clicked.
As iframes require a src there is no where on the page I can write the message. My only thought was to generate a src for the iframe that passed the message as a parameter on a url to a php page that echoed the message (quite an ugly solution).
Is there a better way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,您可以使用 ajax 来简单地替换 Facebox 的内容。
Well, you could use ajax to simply replace the contents of the facebox.