1
Links in HTML comments do not open when clicked
Problem reported by PDSI Support - 6/20/2018 at 10:07 AM
Not A Problem
SmarterTrack v14.0.6743.14154
Affects Firefox, Edge and Chrome.
 
 
(Tried to attach a 1,774 KB video but was blocked)

2 Replies

Reply to Thread
0
PDSI Support Replied
0
Andrew Barker Replied
Employee Post
After looking at your screenshot, I noticed that your link does not include a target attribute. As a result, the browser is trying to open the link in the iframe which contains the link. Since SmarterTrack's security policy restricts what sites may be contained within an iframe, the link will not open in this manner. To correct the issue, add a target attribute to the link. This should give you something like:
<a href="YOUR URL" target="_blank">YOUR LINK TEXT</a>
Andrew Barker Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com

Reply to Thread