JavaScript 在 Facebox 窗口中运行
我正在修改一个网站,以便在用户评分时出现一个弹出框,提示用户登录。不幸的是,登录过程是我无法控制的,它使用了一整堆 javascript 和重定向来完成此操作,并且 javascript 似乎失败了。
javascript 可以在模式框中运行吗?或者有办法解决这个问题吗?
I'm modifying a website to have a pop up box appear when a user rates something prompting the user to login. Unfortunately the login process is something that I don't control and it uses a whole heap of javascript and redirects to do it and it seems that the javascript is failing.
Can javascript run in the modal box or is there a way around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试通过将 JavaScript 放入单独的 html 文档上的内联框架 [iFrame] 中来隔离 JavaScript
只是一个想法。还没有测试过。
You could try isolating the JavaScript by putting it in an inline frame [iFrame] on a separate html document
Just a thought. Haven't tested it.