function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AbAb 

Popup in Visualforce

Hello,

How to put a output text in a popup and open a pop up after completion of javascript.

Thank you
Best Answer chosen by Ab
Shashi PatowaryShashi Patowary
Hi Sandrine,

You can simply put an alert.

alert('This is a Test Message');

This will show a popup message with an 'OK' button.

Please let me know if this is helpful.

Regards,
Shashi