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
SFDC_LearnerSFDC_Learner 

Bold font in javascript alert message

Hi friends,

 

Can u tell me, How can i show the bold font in javascript alert message?

 

I tried with both <strong> and <b> tags, But these are not helpful. Can u share a sample code to show the bold font in javascript alert message?

 

 

 

neophyteneophyte

You cannot customize the javascript standard alert in anyway. If really necessary, the only option would be to form your own customized popup which acts as an alert. Can be implemented using Javascript/Jquery. You can find many examples in the net.