私は現在 (幸いなことに) jquery を使用して、IE 以外のブラウザーで ajax 要求関数を window.onpopstate イベントにバインドしています。ただし、IE がdoAjax
機能にヒットすることはありません。
// Bind a function to the popstate event to execute ajax requests
// this allows request to occur on back/fwd browser navigation
window.onpopstate = doAjax;
IE 8/9 をうまく動作させる方法があるかどうか知っている人はいますか?