Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Not applicable

Samaksh Wani
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