how to add hyperlink in alert on catalog item through client script

Datta Pisal1
Tera Contributor

Hi All,

 

As per the question i need to add a hyperlink in alert message on catalog item through client script.

could  you please help me for that.

 

Regards

2 REPLIES 2

Community Alums
Not applicable

Samaksh Wani
Giga Sage
Giga Sage

Hello @Datta Pisal1 

 

 

 

var link = '<a href="incident_list.do">List Link</a>';
alert("Hello" +link);

 

 

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.

 

Regards,

Samaksh