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/he/web/api/window/alert/index.html | 70 -------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 files/he/web/api/window/alert/index.html (limited to 'files/he/web/api/window/alert/index.html') diff --git a/files/he/web/api/window/alert/index.html b/files/he/web/api/window/alert/index.html deleted file mode 100644 index 0346b5f73a..0000000000 --- a/files/he/web/api/window/alert/index.html +++ /dev/null @@ -1,70 +0,0 @@ ---- -title: Window.alert() -slug: Web/API/Window/alert -tags: - - אזהרה - - חלון הודעה - - פופ-אפ -translation_of: Web/API/Window/alert ---- -

{{ APIRef }}

- -

Window.alert() - מציגה הודעת אזהרה עם תוכן וכפתור לאישור וסגירה.

- -

תחביר

- -
window.alert(message);
- -

פרמטרים

- -
-
message {{optional_inline}}
-
מחרוזת שתופיעה כגוף ההודעה בתיבת הדו-שיח של ההתראה.
-
- -

דוגמאות

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

שתי הדוגמאות מייצרות את ההודעה הבאה:

- -

Image:AlertHelloWorld.png

- -

הערות

- -

 

- -

תפקידן של תיבות ההתראה הינן להצגת הודעות שאינן דורשות תגובה מצד המשתמש, מלבד היכרות וקריאת ההודעה.

- -

 

- -

מפרט

- - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'timers-and-user-prompts.html#dom-alert', 'alert()')}}{{Spec2('HTML WHATWG')}} 
- -

תאימות דפדפן

- - - -

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

- -

ראה גם

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