- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2014 07:09 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2014 08:09 PM
this will display as link... i tried this on demo just now...
g_form.addInfoMessage("<a href='"+location.href+"'>"+location.href+"</a>");

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2014 07:41 PM
tried?
alert(location.href);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2014 08:07 PM
Thnks for ur responce..
I tired with this..but the link doesnt display like an url..its displayed like an ordinary text..pls help on this..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2014 08:09 PM
this will display as link... i tried this on demo just now...
g_form.addInfoMessage("<a href='"+location.href+"'>"+location.href+"</a>");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2014 08:17 PM
yes this works. but am looking for displaying as an alert..
something like this...
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (isLoading || newValue == '') {
return;
}
var url="https://snc.flextronics.com/snc_sso.asp?uri=kb_view.do?sysparm_article=KB13692";
alert(url);
}
it would be fine if this url on the alert is displayed as a link..