Beginning in V7, there is a specific option available for selection in the Publishing Wizard.
If your version is prior to V7, use the following steps for PluginX:
- Open the HTML file created when you
published the chart with PluginX.
- Locate the following lines in the
HTML file:
<SCRIPT LANGUAGE="JavaScript"
FOR="OrgPublisherPluginX"
EVENT="HotspotClick(URL)">
location.href=URL;
- Replace location.href=URL with
window.open(URL).
- Save the HTML file and place it on your
intranet.
- Change your publishing definition to
not overlay existing HTML.
- Save your OrgPublisher file.