Home  >  Article  >  Web Front-end  >  what does alert mean

what does alert mean

(*-*)浩
(*-*)浩Original
2019-08-03 09:24:4417565browse

Alert means warning in English. In JavaScript, alert() means popping up a warning box.

what does alert mean

alert is a scripting language used in HTML DOM. (Recommended learning: web front-end video tutorial)

It is a common method of the window object in JavaScript or VBscript scripting language; its main usage is to define a certain After the function, by performing the corresponding operation, the language of the dialog box that pops up.

And the alert dialog box is usually used to provide some prompt information to the user. The most common one is the alert function.

alert function: Displays a warning dialog box, including an OK button.

Description: Generate an alarm action.

Syntax: Alert(String AlertInfo).

Parameter: AlertInfo alarm prompt information.

Remarks: Generate an alarm action and return the AlertInfo information to the top-level application module. This function has no return value. This function is only valid for user fields and technical analysis (technical indicators, K-line status, characteristic trends) , other formula types are not supported.

what does alert mean

The above is the detailed content of what does alert mean. For more information, please follow other related articles on the PHP Chinese website!

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