function confirmdelete(id) {
      if (confirm('Do you really want to delete this web site ?')) {
            document.location.href = 'link/index/delete/?id=' + id;
      }
}
