On 9 July 2013 15:59, Milamber <[email protected]> wrote: > Hello, > > The html links in "See also" section don't works in the dialog box. > > To works the class must implement HyperlinkListener interface or use > HtmlPane class (in JMeter).
That deliberately only supports local links. Cannot remember why, but I think allowing external links caused problems for the Help pages. > I'm not sure if it's better to display link (underline/blue) and enable > hyperlink, and display the web page in the "poor" browser windows (no "Go > back" button) or change the templates to remove the anchors <a></a> in > template files (to remove the underline/blue). > > The best way seems, enable hyperlink, click, open a new large window to > display the web page (always in Java dialog box or open default browser in > system (firefox, IE, etc)) > > Any opinions? If JMeter does the HTML display, it will take more memory - need to be careful not to leak any! > Milamber
