La copie de code est la suivante:
<! 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">
<adal>
<meta http-equiv = "contenu-type" contenu = "text / html; charset = utf-8" />
<Title> Confirmez s'il faut supprimer </TITME>
<script type = "text / javascript">
fonction del () {
if (! Confirmer ("Confirmer To Delete?")) {
window.event.returnvalue = false;
}
}
</cript>
</ head>
<body>
<a href = "http://www.baidu.com" onclick = "return del ()"> supprimer </a>
</docy>
</html>