Usage Note 23644: In ODS HTML output, how can I change the title of the browser window?
You can change the name of the browser window by using the TITLE=
sub-option in ODS. You can do this for the body, contents, and
frame.
ods html body='body.html'(title="body window")
contents='contents.html'(title="contents window")
frame='frame.html'(title="frame.html");
See also the full PROC TEMPLATE FAQ and Concepts.
Operating System and Release Information
*
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: | low |
| Topic: | SAS Reference ==> ODS (Output Delivery System) Third Party ==> Output ==> HTML
|
| Date Modified: | 2004-01-09 12:28:19 |
| Date Created: | 2004-01-06 15:01:45 |