Add a Confirm Dialog to a Command Button
Biswajeet
October 20, 2017 No Comments on Add a Confirm Dialog to a Command Button
<apex:commandButton reRender="frm" value="Remove" action="{!remove}" onclick="if(!confirm('Do you want to remove?')){return false};" title="Remove"/>