--- title: Window.home() slug: Web/API/Window/home tags: - API - Gecko - HTML DOM - Méthode - Obsolete - Reference - Window translation_of: Web/API/Window/home --- {{APIRef}}{{ Non-standard_header() }} {{ obsolete_header(31) }} La méthode **`Window.home()`** renvoie la fenêtre à la page d'accueil. ## Syntaxe window.home(); ## Exemple ```js function goHome() { window.home(); } ``` ## Spécification DOM Niveau 0. Ne fait pas partie de la spécification. ## Compatibilité des navigateurs {{Compat("api.Window.home")}}