March 15, 200520 yr Newbies Can someone tell me how to write a function that warns the user before deleting information in a specific field? I.E. when the delete key is pressed, some text comes up and says, "Are you sure you want to delete?" Thanks!
March 15, 200520 yr Author Newbies Can someone tell me how to write a function that warns the user before deleting information in a specific field? I.E. when the delete key is pressed, some text comes up and says, "Are you sure you want to delete?" Thanks!
March 15, 200520 yr Author Newbies Can someone tell me how to write a function that warns the user before deleting information in a specific field? I.E. when the delete key is pressed, some text comes up and says, "Are you sure you want to delete?" Thanks!
March 15, 200520 yr You can't use a function for this. You might try a script attached to the field that asks if they wish to edit the field. I don't think you can specifically check for deletion.
March 15, 200520 yr You can't use a function for this. You might try a script attached to the field that asks if they wish to edit the field. I don't think you can specifically check for deletion.
March 15, 200520 yr You can't use a function for this. You might try a script attached to the field that asks if they wish to edit the field. I don't think you can specifically check for deletion.
Create an account or sign in to comment