Usage Note 24059: In ODS HTML, How can I specify a value for the startup() and shutdown() functions?
To provide a customized value for the startup() and shutdown()
functions, specify the TAGATTR= attribute within the
StartupFunction and ShutDownfunction style elements. These two style
elements are available beginning in Version 8. For example, to call a function when the HTML is loaded, you can
supply it in the StartupFunction. The example below writes to the
window status, notifying the customer that the data is confidential.
View output.
proc template;
define style styles.test;
parent=styles.default;
Replace StartupFunction /
tagattr="window.status='Confidential! please do not forward'";
end;
run;
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 ==> Programming ==> JavaScript
|
| Date Modified: | 2004-07-01 16:27:47 |
| Date Created: | 2004-06-29 15:23:20 |