Prompt
From OdleWiki
prompt displays a dialogue box to a user.
var name=prompt("What's your name?");
will present a dialogue box asking for a user's name, which will then be stored in the name variable.
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!
prompt displays a dialogue box to a user.
var name=prompt("What's your name?");
will present a dialogue box asking for a user's name, which will then be stored in the name variable.