| Programming C# C++ (7) Delphi (617) Java (8) JavaScript (31) Document (8) Events (8) ExtJS (9) Strings (3) perl (9) php (4) VBScript (1) Visual Basic (1) |
How to prompt the user with an inputbox in Javascript
(3 votes). Leave comments and/ or rate it.
Question: Is there a Javascript function similar to the "InputBox" function in VBScript?Answer: Yes, use prompt(Question, Default) as shown below.
Comments:
| ||||||||||||||||||||||||||||