PROGRAMMING DOMINO FOR WEB APPLICATIONS


Examples: JavaScript in HTML
1. This is text on a form marked as passthru HTML. It prompts for a name and puts it in the LoginName field. The text must follow the LoginName field on the form.
2. This passthru text uses an anchor tag to put JavaScript in a URL using the "javascript:" protocol.
3. This passthru text contains the user name as a computed value. The computed value is inserted by choosing Create - Computed Text and specifying "@UserName" for the formula.
4. This LotusScript agent terminates by sending JavaScript to the browser. The JavaScript displays a message and then loads the "Main View."
See Also