<!--

function del(my_url)
{
 if ( confirm("確定要刪除此筆資料嗎？") )
 {
  document.location.href = my_url;
 }
}

-->