history.js を使用して iframe から親ウィンドウの履歴を設定するにはどうすればよいですか?
window.parent.history.pushState({}, 'Title', 'url');
動作するようですが、
window.parent.History.pushState({}, 'Title', 'url');
ではない。これに使えますhistory.js
か?
ありがとう、アンドラス
history.js を使用して iframe から親ウィンドウの履歴を設定するにはどうすればよいですか?
window.parent.history.pushState({}, 'Title', 'url');
動作するようですが、
window.parent.History.pushState({}, 'Title', 'url');
ではない。これに使えますhistory.js
か?
ありがとう、アンドラス