技術メモ
location.replaceを使ってページ遷移させるとブラウザのヒストリに残らない。
var new_url = "http://www.google.co.jp/";
location.replace(new_url);
l'essentiel est invisible pour les yeux
技術メモ
location.replaceを使ってページ遷移させるとブラウザのヒストリに残らない。
var new_url = "http://www.google.co.jp/";
location.replace(new_url);