This topic shows you how to include your own JavaScript libraries in a WebFacing application. Creating your own JavaScript libraries is sometimes necessary when customizing a WebFacing application.
In order for your
JavaScript to be published as part of your WebFacing application, it needs
to be created in the usr directory. To locate
the usr directory, when viewing your WebFacing
project switch to the Navigator view, expand your project and expand the folders
function init_usr() { alert("init_usr() called"); }
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.