Q0149 - How can I make a hotspot open a second browser window?
How can I make a hotspot open a second browser window?


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:
  1. Open the HTML file created when you published the chart with PluginX.
  2. Locate the following lines in the HTML file:

    <SCRIPT LANGUAGE="JavaScript" FOR="OrgPublisherPluginX"  EVENT="HotspotClick(URL)">

    location.href=URL;

  3. Replace location.href=URL with window.open(URL).
  4. Save the HTML file and place it on your intranet.
  5. Change your publishing definition to not overlay existing HTML.
  6. Save your OrgPublisher file.

Related Topics