i try to include links at my report.
I tried with the following code in the text compoment
Code: Select all
<a style="cursor: pointer" onclick="window.open('www.TESTLINK.com')">Text_Link</a>
Any ideas?
Thank you!
Code: Select all
<a style="cursor: pointer" onclick="window.open('www.TESTLINK.com')">Text_Link</a>
Code: Select all
StiOptions.Export.Html.ReplaceSpecialCharacters = false;