การคัดลอกรหัสมีดังนี้:
<! 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">
ฟังก์ชั่น del () {
ถ้า (! ยืนยัน ("ยืนยันว่าลบ?")) {
window.event.returnvalue = false;
-
-
</script>
</head>
<body>
<a href = "http://www.baidu.com" onclick = "return del ()"> ลบ </a>
</body>
</html>