Hei, is there someone there??????
I have this line bellow in my script, but the program don´t stop!
Where i´am wrong?
if you click in "Cancel" button, the data should be deleted like if you pressed "Ok" how can i resolv this?
print
"<script language=javascript>
if (window.confirm('$msg') == false ){
window.parent.location='set.page.php?$param';
document.execCommand('Stop');
}
</script>";
stop("ok");
die;
//Mount delete query according each table field types situation
$query="DELETE FROM $table WHERE $where";
$result=mysql_query($query) or die("Erro de exclusão! Contate seu webmaster (#27)");
parent_location("set.page.php?$param");