I am currently using the Related URL field in the test properties to put a link to a Graph exported to a web site using log visualizer. I would now like to have 2 URL links so the HTML report can show comments1 and comments2 with links to 2 images. How do I put a link into the comments fields which will also export as a URL? I tried to use an anchor, but would not show as a link.
Ex: http://WebSite/computer.html - is the main HTML Report exported in report manager showing comment line #1,comment line #2
http://WebSite/Computerdcpu.bmp is the daily graph exported using log visualizer which I would like to put a link in comment line #1
http://WebSite/Computermcpu.bmp is the monthly graph exported using log visualizer which I would like to put a link in comment line #2
Thanks for any idea's or help.
Multiple URL Links in comment fields
H'm... HostMonitor encodes special characters (like < >) acording to HTML rules so comments will be displayed properly. This means if you you specify comment like <a href="www.google.ca">link1</a>, this comment will be displayed in the report as it is (<a href="www.google.ca">link1</a>), it will not be visible as link.
Probably you can create single page with some Java script that will generate page with links using parameters passed by related URL (e.g. you specify URL like http://website/compuer.cgi?link1=comput ... nthcpu.htm).
Regards
Alex
Probably you can create single page with some Java script that will generate page with links using parameters passed by related URL (e.g. you specify URL like http://website/compuer.cgi?link1=comput ... nthcpu.htm).
Regards
Alex