how to add hyperlink in alert on catalog item through client script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:27 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:30 PM
Hi @Datta Pisal1 ,
Please refer to the Solution: https://www.servicenow.com/community/developer-forum/how-to-give-link-in-alert-box-using-client-scri...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:31 PM
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