当前位置:网站首页>Confirm() method of window
Confirm() method of window
2022-07-01 00:24:00 【Super Baa Baa】
confirm() Method is used to display a Specify the message and Confirm and Cancel buttons The dialog .
If the visitor clicks " determine ", This method returns true, Otherwise return to false.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>confirm</title>
</head>
<body>
<button onclick="myFunction()"> What to eat tonight ?</button>
<p id="demo"></p>
<script>
function myFunction(){
var x;
var food=confirm(" Pizza hut !");
if (food==true){
x=" Pizza Hut tonight !";
}
else{
x=" You don't want pizza hut tonight !";
}
document.getElementById("demo").innerHTML=x;
}
</script>
</body>
</html>

边栏推荐
- Fh6908a negative pole turn off synchronous rectification analog low voltage drop diode control IC chip tsot23-6 ultra low power rectifier 1W power consumption < 100ua static replacement mp6908
- Gateway service gateway
- 2022-2028 global retro glass industry research and trend analysis report
- File reading and writing for rust file system processing - rust Practice Guide
- Redis - understand the master-slave replication mechanism
- 76 page comprehensive solution 2022 for smart Logistics Park (download attached)
- leetcode 474. Ones and Zeroes 一和零(中等)
- Development of wireless U-shaped ultrasonic electric toothbrush
- 2022-2028 global ethylene oxide scrubber industry research and trend analysis report
- [leetcode] [SQL] notes
猜你喜欢

Teach you how to use Hal library to get started -- become a lighting master

Basic knowledge of Embedded Network - introduction of mqtt

To tell you the truth, ThreadLocal is really not an advanced thing

20220216 misc buuctf backdoor killing (d shield scanning) - clues in the packet (Base64 to image)

ABAQUS 2022 latest edition - perfect realistic simulation solution

20220215-ctf-misc-buuctf-einstein-binwalk analyze picture-dd command separate zip file -- look for password in picture attribute

2022-2028 global rotary transmission system industry research and trend analysis report

女朋友说:你要搞懂了MySQL三大日志,我就让你嘿嘿嘿!

Maxpool2d explanation -- Application in arrays and images

Wordpress blog uses volcano engine veimagex for static resource CDN acceleration (free)
随机推荐
VR panorama adds contrast function to make the display of differentiation effect more intuitive!
Dataloader source code_ DataLoader
Error 2059 when Navicat connects to MySQL
Simple application example of rhai script engine
Is it safe to buy funds on the compass?
What value should testers play in requirements review? Two minutes will stop you from being stupid
What is SRM system and how to standardize the internal procurement process of the company
How to use robots Txt and its detailed explanation
Techo youth 2022 academic year college open class: behind the live broadcast of Lianmai, explore how to apply audio and video technology
Using Excel to quickly generate SQL statements
Quick start of wechat applet -- project introduction
8253A寄存器浅析
20220215 misc buctf easycap Wireshark tracks TCP flow hidden key (use of WinHex tool)
The full technology stack, full scene and full role cloud native series training was launched to help enterprises build a hard core cloud native technology team
Cloud security daily 220630: the IBM data protection platform has found an arbitrary code execution vulnerability, which needs to be upgraded as soon as possible
Which is better, server rental or hosting services in the United States?
CentOS install MySQL
2022-2028 global 3D printing ASA consumables industry research and trend analysis report
The difference between union and union all in MySQL
Never use redis expired monitoring to implement scheduled tasks!