Janrain RPXnow (Engage) (https://rpxnow.com/) 绕过弹出窗口拦截器...如何实现?
基本上我需要在弹出窗口中打开一个登录窗口,这样它就不会被弹出窗口阻止程序阻止。与 Janrain 在 RPXnow 解决方案中所做的类似。他们是怎么做到的?
Basically I need to open a login window in a popup, so that it doesn't get blocked by popup blocker. Similar to what Janrain does in it's RPXnow solution. How do they do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大多数弹出窗口阻止程序允许由用户操作触发的弹出窗口,例如单击您链接到的页面上的登录链接之一。
因此,如果您将登录弹出窗口绑定到用户必须单击才能打开的登录按钮,那么它应该可以通过拦截器。
(或者我错过了重点 - 除了他们的主页之外,还有其他弹出窗口的例子吗?)
Most pop-up blockers allow pop-ups that were triggered by a user action, e.g. clicking on one of the login links on the page you linked to.
So if you tie your login popup to a login button that the user has to click to open it then it ought to get past the blockers OK.
(or am I missing the point - were there other examples of popups you meant other than on their home page?)