How to: |
Reference: |
You can specify a target frame in which to open the WebFOCUS Viewer, and a home page that displays when you close the Viewer.
SET WEBVIEWTARG = {target_frame|OFF}
where:
Is the name of an existing frame in the browser or one of the following reserved HTML target frames:
Opens the Viewer in a new browser window. This is the default for reports that do not have accessibility enabled.
Opens the Viewer in the same frame as the anchor.
Opens the Viewer in the immediate parent frame that contains the anchor.
Opens the Viewer in the current browser window.
Opens the Viewer in the frame from which you ran the report. This is the default for reports that have accessibility enabled.
Note: For more information on enabling accessibility, see ACCESSIBLE.
SET WEBVIEWHOME = {home_URL|OFF}
where:
Is a valid URL that displays an HTML page when you close the Viewer.
Displays a blank browser window when you close the Viewer. You must enter another URL to run another report. OFF is the default value.
The Close button, located on the Control Frame, closes the Viewer and removes the report from the web server. The page the browser displays next depends on the WEBVIEWTARG and the WEBVIEWHOME settings, as follows: