我使用History脚本(jQuery.history.js)来保存我的浏览器状态。我用它如下:
History.pushState(null, "test", "?bereich="+page);
现在我在Firefox中获得以下网址:http://raiffeisenclub.www4.nextsoft.at/?bereich=6 这很好,但我在Internet Explorer 9中获取此URL:http://raiffeisenclub.www4.nextsoft.at/#http%3A//raiffeisenclub.www4.nextsoft.at?bereich=6
任何人都可以告诉我为什么IE会这样做?
谢谢,
麦克