<html xmlns="
http://www.w3.org/1999/xhtml
">
<head>
<title></title>
<script type="text/javascript">
var result = confirm("确定要删除吗");
if (result == true) {
alert("你点击的结果是确定");
}
else{
alert("你点击的结果是取消");
}
</script>
</head>
<body style="overflow:auto;">
aaaaaa
</body>
</html>
<head>
<title></title>
<script type="text/javascript">
var result = confirm("确定要删除吗");
if (result == true) {
alert("你点击的结果是确定");
}
else{
alert("你点击的结果是取消");
}
</script>
</head>
<body style="overflow:auto;">
aaaaaa
</body>
</html>