Кода -копия выглядит следующим образом:
<! 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">
<голова>
<meta http-equiv = "content-type" content = "text /html; charset = utf-8" />
<title> Подтвердите ли удалить </title>
<script type = "text/javascript">
function del () {
if (! Подтвердить ("Подтвердить удалить?")) {
window.event.returnvalue = false;
}
}
</script>
</head>
<тело>
<a href = "http://www.baidu.com" onclick = "return del ()"> удалить </a>
</body>
</html>