Opening Links in Pop-up Windows The chart view also allows you to open your links in pop-up windows. To open a link in pop-up window 1 From Chart Attributes, click Edit. 2 Click Functional. 3 In the Click URL field, define the link as in the following example:link="P-detailsWin,width=400,height=300,toolbar=no,scrollbars=no, resizable=no-ShowDetails.asp%3FMonth%3DJan" Where: • P- denotes that the link is to open in a new pop-up window. • detailsWin specifies a name for the new window. If you want all the links to open in the same pop-up, use the same window name across all links. However, if you want each link to open in a new pop-up, specify a different window name for each link. • height specifies the height of the window in pixels. • width specifies the width of the window in pixels. • resizable when enabled, allows the user to manually resize the window by dragging its edges or corners. • scrollbars specify whether or not to display the horizontal and vertical scrollbars that normally appear when the page content is larger tan the screen. NOTE: You can include other attributes, such as: • menubar specifies whether or not to display a menu bar at the top of the window. • toolbar specifies whether or not to display the main toolbar (with the back, forward, stop buttons). • location specifies whether or not to display the location bar (the Address Bar in Internet Explorer) - where URLs are typed and displayed. • directories specifies whether or not to display any additional toolbar (for example, the Links Bar in Internet Explorer). • status specifies whether or not to display the status bar at the foot of the window. • left specifies the distance in pixels of the new window from the left edge of the screen. (This applies to Internet Explorer. For Netscape Navigator use screenX). • top specifies the distance in pixels of the new window from the top edge of the screen. (This applies to Internet Explorer. For Netscape Navigator use screenY). • fullscreen when enabled causes the window to open in full-screen mode (Internet Explorer only.) • -ShowDetails.asp%3FMonth%3DJan denotes the actual link to be invoked