Window Object
The prompt() method displays a dialog box that prompts the visitor for input.
This method returns the string the visitor has entered.
| Parameter | Description |
|---|---|
| msg | Required. The message to display in the dialog box |
| defaultText | Optional. The default input value |
![]()
The prompt() method is supported in all major browsers.
Display a prompt box which ask the user for her/his name, and then write a greeting to the page:
Window Object
Your message has been sent to W3Schools.