From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/hu/web/api/window/alert/index.html | 72 -------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 files/hu/web/api/window/alert/index.html (limited to 'files/hu/web/api/window/alert') diff --git a/files/hu/web/api/window/alert/index.html b/files/hu/web/api/window/alert/index.html deleted file mode 100644 index 3861de7f10..0000000000 --- a/files/hu/web/api/window/alert/index.html +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: Window.alert() -slug: Web/API/Window/alert -tags: - - API - - DOM - - Függvény - - Referencia - - Window - - alert -translation_of: Web/API/Window/alert ---- -

{{ APIRef }}

- -

A window.alert() függvény megjelenít egy alert ablakot a megadott opcionális szöveggel és egy OK gombbal.

- -

Szintaxis

- -
window.alert(uzenet);
- -

Paraméterek

- -
-
uzenet {{optional_inline}}
-
Az üzenet az a szöveg amit meg szeretnél jeleníteni az alert dobozban.
-
- -

Példa

- -
window.alert("Hello world!");
-alert("Hello world!");
- -

Mindkettő kimenete:

- -

Image:AlertHelloWorld.png

- -

Megjegyzések

- -

Az alertet olyan helyeken kell használni, ahol nem szükséges visszajelzés a felhasználótól, de szeretnénk őt értesíteni valamiről.

- -

The following text is shared between this article, DOM:window.prompt and DOM:window.confirm Ez egy modális ablak - megakadályozza a felhasználót, hogy elérje a felületet, amíg be nem zárja azt. Éppen ezért nem ajánlott a túlhasználata.

- -

Specifikáció

- - - - - - - - - - - - - - -
SpecifikációÁllapotMegjegyzés
{{SpecName('HTML WHATWG', 'timers-and-user-prompts.html#dom-alert', 'alert()')}}{{Spec2('HTML WHATWG')}}
- -

Böngésző kompatibilitás

- - - -

{{Compat("api.Window.alert")}}

- -

Lásd még

- - -- cgit v1.2.3-54-g00ecf