How to Add a Confirm Dialog to a Command Button Visualforce Page?

​Sample Code :

<apex:commandButton reRender="frm" value="Remove" action="{!remove}" onclick="if(!confirm('Do you want to remove?')){return false};" title="Remove"/>


Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

label Labels

Comments 0