2013-07-18 15:19:53 -04:00
|
|
|
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
<script language="JavaScript" type="text/javascript">
|
|
|
|
function confirmDelete() {
|
|
|
|
var msg="Are you SURE you want to delete this record? If in doubt, CANCEL."
|
|
|
|
return confirm(msg);
|
|
|
|
}
|
2010-01-29 22:13:57 +00:00
|
|
|
</script>
|