Yes you can do it using app.alert().var nButton = app.alert({cMsg:
"Warning: This will delete the row and all data in it. \n\nDo you want
to continue?",cTitle: "Delete Row",nIcon: 1, nType: 2});if (nButton ==
4) { deletion code here}Description of app.alert()
options:http://acrobatusers.com/tutorials/popup_windows_part1