hi
What you are using? either jsp or java file using Joption.If you are using jsp, u can use this code:
this is simple javascript and you have to put this code inside javascript
if(confirm("Do You Want To Save It")==true){
document.RoleMaster.action=""
document.RoleMaster.method="post";
document.RoleMaster.submit();
}else{
return false;
}