Usage Note 504: Cannot view HTML files created by ODS with a Netscape browser on Windows
Attempting to view HTML files created with the ODS FRAME= option
generates a Netscape warning. The reason is that Netscape is not able to
locate the HTML files that are created from the ODS BODY=, CONTENTS= and
PAGE= options to populate the frame. These files are used in the SRC=
HTML attribute which are not handled correctly by Netscape. Netscape
tries to interpret it as a file relative to to the current directory.
For instance, if the HTML file created with the ODS BODY= option is
'C:\sas\cont.htm', Netscape will look for the file 'C:\sas\C:\sas.htm'
which is invalid.
The workaround is to use the PATH= option to give a folder to store all
ODS output. Simple file names are used for the HTML files created.
For example:
ods html path='C:\sas'(url=none)
frame='frame.htm'
body='bod.htm'
contents='cont.html';
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows 95/98 | 8 TS M0 | |
| Microsoft Windows NT Workstation | 8 TS M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | |
| Topic: | SAS Reference ==> ODS (Output Delivery System) Third Party ==> Output ==> HTML
|
| Date Modified: | 2008-01-11 11:54:37 |
| Date Created: | 1999-03-31 00:00:00 |