--- title: Window.home() slug: Web/API/Window/home tags: - API - Gecko - HTML DOM - Méthode - Obsolete - Reference - Window translation_of: Web/API/Window/home ---
La méthode Window.home()
renvoie la fenêtre à la page d'accueil.
window.home();
function goHome() { window.home(); }
DOM Niveau 0. Ne fait pas partie de la spécification.
{{Compat("api.Window.home")}}