PopUp Windo when I press the save button
Hello TWendt,
You can use the confirm box, e.g.:
You can use the confirm box, e.g.:
Code: Select all
fd.onsubmit(function () {
var confirmAction = confirm('Are you sure?');
if(confirmAction == true) {
return true;
}
else{
return false;
}
});
-
- Information
-
Who is online
Users browsing this forum: No registered users and 12 guests