Home  >  Article  >  Web Front-end  >  Three common information prompt boxes in javascript (alert, prompt, confirm)_javascript skills

Three common information prompt boxes in javascript (alert, prompt, confirm)_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:50:011130browse
1. Warning prompt box
alert ("text").
ex.

[Ctrl A Select all Note: If you need to introduce external Js, you need to refresh to execute
]
2. Confirm Prompt box (confirm, return true or false)

[Ctrl A Select all Note:
If you need to introduce external Js, you need to refresh to execute
]
3. Tips box (prompt returns the text of the text box)

[Ctrl A select all Note: If you need to introduce external Js, you need to refresh to execute ]
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn