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 program. To see what events are available for a page or form, open the page or form in Domino® 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 following the Object tab. For example, if you select the onLoad event for the Web, you program it using JavaScript or Common JavaScript. If you select the onLoad event for the client, you can use JavaScript, Common JavaScript, LotusScript®, or Formula.

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