PDA

View Full Version : What Is A Prompt Box?



pooja escorts
08-07-2021, 06:29 PM
What Is A Prompt Box?

lishmalinyjames
08-13-2021, 08:42 AM
The prompt() method in JavaScript is used to display a prompt box that prompts the user for the input. It is generally used to take the input from the user before entering the page. ... It returns null or the string entered by the user. When the user clicks "OK," the box returns the input value.