APPLICATION DESIGN


Programming a page or form
A page or form has events associated with it that you can use to run a simple action, a formula, a LotusScript routine, or a JavaScript(TM) program. To see what events are available for a page or form, open the page or form in IBM® Lotus® Domino(TM) Designer and look at the list of events in the Objects tab in the Programmer's pane. When you select an event, the programming choice for that event appears to the right of the Object tab. For example, if you select the onLoad event for the Web, you program it using JavaScript(TM) or Common JavaScript(TM). If you select the onLoad event for the client, you can use JavaScript(TM), Common JavaScript(TM), LotusScript, or Formula.

For information on each event and an example of how to program them, see the Domino Designer Programming Guide.

See Also