In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly shows you "how JavaScript pops up whether the dialog box", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "JavaScript how to pop up whether the dialog box" this article.
In JavaScript, you can use the confirm () method of the Window object to pop up a dialog box, which displays a dialog box with the specified message and "OK" and "cancel" buttons; the syntax "confirm (message)".
The operating environment of this tutorial: windows7 system, javascript1.8.5 version, Dell G3 computer.
In JavaScript, you can use the confirm () method of the Window object to pop up the dialog box.
The confirm () method is used to display a dialog box with the specified message and OK and cancel button.
The syntax is as follows:
Confirm (message)
Message parameter: plain text (instead of HTML text) to be displayed in the dialog box that pops up on window.
Description:
If the user clicks the OK button, confirm () returns true. If you click the cancel button, confirm () returns false.
It blocks all input to the browser until the user clicks the OK button or the cancel button to close the dialog box. When confirm () is called, execution of the JavaScript code is paused and the next statement is not executed until the user responds.
Example:
Function disp_confirm () {var r = confirm ("Select button") if (r = = true) {[xss_clean] ("you pressed the OK key!") } else {[xss_clean] ("you pressed the cancel button!") }}
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.