diff options
| author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
|---|---|---|
| committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
| commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
| tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/api/history_api | |
| parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
| download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip | |
unslug fr: modify
Diffstat (limited to 'files/fr/web/api/history_api')
| -rw-r--r-- | files/fr/web/api/history_api/example/index.html | 3 | ||||
| -rw-r--r-- | files/fr/web/api/history_api/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/fr/web/api/history_api/example/index.html b/files/fr/web/api/history_api/example/index.html index f19782d753..c7c7505a00 100644 --- a/files/fr/web/api/history_api/example/index.html +++ b/files/fr/web/api/history_api/example/index.html @@ -1,7 +1,8 @@ --- title: Exemple de navigation en Ajax -slug: Web/Guide/DOM/Manipuler_historique_du_navigateur/Example +slug: Web/API/History_API/Example translation_of: Web/API/History_API/Example +original_slug: Web/Guide/DOM/Manipuler_historique_du_navigateur/Example --- <p>Voici un exemple de site web AJAX composé uniquement de trois pages (<em>page_un.php</em>, <em>page_deux.php</em> et <em>page_trois.php</em>). Pour tester cet exemple, merci de créer les fichiers suivants :</p> <p><strong>page_un.php</strong>:</p> diff --git a/files/fr/web/api/history_api/index.html b/files/fr/web/api/history_api/index.html index 5e199dd521..6b407093a8 100644 --- a/files/fr/web/api/history_api/index.html +++ b/files/fr/web/api/history_api/index.html @@ -1,11 +1,12 @@ --- title: Manipuler l'historique du navigateur -slug: Web/Guide/DOM/Manipuler_historique_du_navigateur +slug: Web/API/History_API tags: - API - DOM - Historique translation_of: Web/API/History_API +original_slug: Web/Guide/DOM/Manipuler_historique_du_navigateur --- <p>L'objet DOM {{ domxref("window") }} fournit un accès à l'historique du navigateur via l'objet {{ domxref("window.history", "history") }}. Il expose un ensemble de méthodes et de propriétés qui permettent d'avancer et de reculer dans l'historique de l'utilisateur ainsi que -- à partir d'HTML5 -- manipuler le contenu de l'ensemble de l'historique.</p> |
