diff options
Diffstat (limited to 'files/ru/web/api/window/close')
-rw-r--r-- | files/ru/web/api/window/close/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/window/close/index.html b/files/ru/web/api/window/close/index.html index c4b4dc2357..1d8e5e0f1f 100644 --- a/files/ru/web/api/window/close/index.html +++ b/files/ru/web/api/window/close/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/Window/close <h2 id="Примеры">Примеры</h2> -<h3 id="Closing_a_window_opened_with_window.open.28.29" name="Closing_a_window_opened_with_window.open.28.29">Закрытие окна, открытого с помощью <code>window.open()</code></h3> +<h3 id="Closing_a_window_opened_with_window.open.28.29">Закрытие окна, открытого с помощью <code>window.open()</code></h3> <p>В примере показаны два метода, в которых первый из них открывает окно, а второй закрывает; этот пример иллюстрирует как использовать <code>Window.close() для закрытия окна, открытого с помощью функции</code> {{domxref("window.open()")}}.</p> |