User Tools

Site Tools


el:alert

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:alert [2016/01/01 22:38]
el:alert [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Alert =====
 +
 +==== Format ====
 +
 +**alert** //message//\\
 +**alert** ( //message// )
 +
 +==== Description ====
 +
 +Display a message box with an "OK" button.
 +
 +==== Example ====
 +
 +<code>alert("Click OK to continue.")
 +</code>
 +draws\\
 +{{:alert.png|Alert}}
 +
 +==== See Also ====
 +{{page>en:start#Keyboard and User Input&noheader}}
 +
 +==== History ==== 
 +0.9.9.42 - added statement