This is the only user exit that executes on the browser. It is invoked when the Window or Dialog Box has completed the loading and initialization process in the browser. That is, userOnLoad is executed after all other processing on the page has occurred. To add user-specified logic, an HTMLControl must be added to the page where the user exit is to be used. This is done through the Navigation Diagram in HTML mode.
Click Add, HTML Control in the Toolset main menu. The HTML Control Properties dialog opens where you can insert the following JavaScript:
<script>
function userOnLoad(theWindow) {
//Insert your code here ***
}
</script>
Specifies the HTML DIV element that contains the contents of the window or dialog box that is rendered to the browser.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|