- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Give this a try:
if (Page1.index==0){
var resp = xfa.host.messageBox("Delete this filing?","Verify",2,2);
if (resp == "4") { xfa.event.cancelAction = false;}
else { xfa.event.cancelAction = true;}
}
Kyle
Views
Replies
0 Likes
Total Likes