How to give KB article link in client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 02:29 AM
Hi Team,
I have to add kb article link in info-message I tried with below code but this is not working.
And I have to flash infomessage 3 time?
Please can someone help me here??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 02:42 AM
@lucky24 Refer below community link.
Try to add all the html tags in parameter part itself of g_form.addInfoMessage() method. Don't create separate variable. I tried it and it is working.
g_form.addInfoMessage("Please <a href = '/incident_list.do'>Click</a>");
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 05:37 AM
@lucky24 If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!