function Conf(object) {
if (confirm("ยืนยันต้องการลบ?\nDo u want to delete?") == true){
location.replace('delete.php?id=<?=$id?>');
return true;
}
return false;
}
function Conf(object) {
if (confirm("ยืนยันต้องการลบ?\nDo u want to delete?") == true){
location.replace('delete.php?id=<?=$id?>');
return true;
}
return false;
}
function Conf(object) {
if (confirm("ยืนยันต้องการลบ?\nDo u want to delete?") == true){
location.replace('delete.php?id=<?=$id?>');
}<< ปกติ ถ้าไม่ได้กด OK มันไม่เปลี่ยนหน้าแน่นอนคับ