if (status==0){
write("The " + table + " record has been deleted.
"
+ "Please note: The web page corresponding to the deleted record "
+ "will be visible if you press the backup key, but the actual db "
+ "entry has been removed.");
} else {
write("A database error was encountered in attempting to delete the "
+ table + " record.");
};
write(button("Continue", null, null))
|
|