コードコピーは次のとおりです。
<!doctype html public " - // w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<Meta http-equiv = "content-type" content = "text /html; charset = utf-8" />
<Title>削除するかどうかを確認</title>
<script type = "text/javascript">
function del(){
if(!確認( "delete?"を確認しますか? ")){
window.event.returnvalue = false;
}
}
</script>
</head>
<body>
<a href = "http://www.baidu.com" onclick = "return del()"> delete </a>
</body>
</html>