2012-01-05 24 views
0

在facebook.com/thankidahoeducators上,我使用上述方法在登录时重新加载页面......直到我发现Explorer用户无法访问该页面。他们被扔进某种js循环。当我使用FB.Event.subscribe时,什么导致Internet Explorer不停地刷新iframe?

这里是有问题的代码:

FB.Event.subscribe('auth.login', function(response) { 
    window.location = 'http://iamtheiea.com/'; 
}); 

我已禁用的事件侦听现在...任何帮助将摇滚我的世界!

回答

相关问题