This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "Confirm"

From OdleWiki
(Created page with "The `confirm` command creates an alert box with the specified text. <code> confirm("Are you ready?"); </code> Category:JavaScript")
 
m (Fixed formatting)
 
Line 1: Line 1:
The `confirm` command creates an alert box with the specified text.
+
The '''confirm''' command creates an alert box with the specified text.
  
 
<code>
 
<code>

Latest revision as of 18:13, 11 January 2016

The confirm command creates an alert box with the specified text.

confirm("Are you ready?");