What is the prompt method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the prompt method?
Rating:
The prompt method is used to open a dialog box that includes a message from the script author, a field for user entry, and the OK and Cancel buttons. The script author can provide a prewritten answer so that a user can press the OK button when he is confronted with the prompt dialog box.
The following image shows the prompt dialog box:
The syntax of using the prompt method is as follows:
Rating:
Was this information helpful?
Other articles
- What is the action property?
- What is server-side JavaScript?
- What is a value?
- How to use the open method?
- What is the setInterval method?