| Date: | Fri, 6 Jan 2006 05:12:35 -0800 |
| Reply-To: | Peter Welp <peter.welp@KLM.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Peter Welp <peter.welp@KLM.COM> |
| Organization: | http://groups.google.com |
| Subject: | Override the ODS ONLOAD Event |
|
| Content-Type: | text/plain; charset="iso-8859-1" |
|---|
Guru's,
I have two HTML frames, an index on the left and contents (ODS
generated pages) on the right.
When i select from the index, the contents frame changes. The active
frame is however, the index page. CTRL-F (Find on this page) searches
the Index page, but i want to search in the Contents frame of course.
I want to use the self.focus() function in an ONLOAD event of SAS ODS
generated HTML.
so I can use CTRL+F without clicking the contents frame first.
Anyone, can we manipulate the STARTUP() or the ONLOAD event with ODS in
SAS v9.1?
|