When I use the Router in Backbone.js, IE6 throw a Permission Denied on the following line:
if (this.iframe && (frag != this.getFragment(this.iframe.location.hash)))
the Backbone.js version is 0.5.3 , I also try some other version, but it is not work also.
