filmov
tv
how to use prompt and alert in javascript.

Показать описание
javascript has three kinds of popup boxes: Alert box, Confirm box, and Prompt box. Alert Box. An alert box is often used if you want to make sure information.
alert. shows a message. prompt. shows a message asking the user to input text. It returns the text or, if Cancel button or Esc is clicked, null
alert. shows a message. prompt. shows a message asking the user to input text. It returns the text or, if Cancel button or Esc is clicked, null