{addedValueMacros.reportPageLink(whatText, reportID, template, whatTarget, anchor, class, title, accesskey, hreflang, tabindex, onmouseOver, onmouseOut, onClick)}
| {addedValueMacros.reportPageLink("Click", "subjectInRed", "content-only", "subjectframe")} | Click |
| {addedValueMacros.reportPageLink("Click", "subjectInGreen", "content-only", "subjectframe")} | Click |
Returns an anchor tag pointing to a page which will be built showing the CURRENT message using the specified report and optional template. If any of the optional parameters whatTarget, anchor, title, title, accesKey, hrefLang, tabindex, onmouseOver, onmouseOut, onClick are present they are used to build the link.
Errors encountered are reported as HTML comments with an explanatory text, use view source in your browser to see them; such as
<!-- report showMember is not a message item detail report --<
Useful to build links which refresh frames or iframes, as in the example above.