| Programming C# C++ (7) Delphi (604) Java (8) JavaScript (55) Document (8) Events (8) Strings (3) perl (40) php (12) VBScript (1) Visual Basic (1) |
How to prompt the user with an inputbox in Javascript
(4 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:
|