You need to sign in to do that
Don't have an account?
I want to show popup after clicking on button
I have a table of contacts along with checkboxes and have also Delete button on vf page.
Scenario:
When I click on delete button then pop should be open with message "You have to select checkbox"..
Scenario:
When I click on delete button then pop should be open with message "You have to select checkbox"..
You can use jQuery to Generate Modal Pop-Up when Clicked
For more info,refer the link:
https://www.pair.com/support/kb/how-to-use-jquery-to-generate-modal-pop-up-when-clicked/
Thank you.
Please try this code to display a pop in visualforce page:
Controller:
Visualforce Page:
Hope this works for you. If it helps you,then please mark it as the best answer so that other could find it useful.
Thanks.
I hope you will understand this.
---------------ApexClass---------------------
-------------VF_Page-----------------------------
Please try below URL.
https://developer.salesforce.com/forums/?id=906F000000097X9IAI
https://salesforce.stackexchange.com/questions/169285/popup-in-visual-force-page
Please let me know if you have any query.
Please mark it as best Answer if you find it helpful.
Thank You
Ajay Dubedi