If you select "Use JavaScript" | If you don't select "Use JavaScript" |
Display: Documents and navigators display faster because hotspot formulas are not evaluated until users click each hotspot. | Display: Documents and navigators display more slowly because the hotspot formulas are all evaluated at the display time. |
Buttons: IBM® Lotus® Domino(TM) doesn't generate a Submit button automatically. | Buttons: Domino automatically generates a Submit button, at the bottom of the form. |
To allow users to save and close a form on the Web, you must create a button, hotspot, or action that contains these commands:
@Command([FileSave]);
@Command([CloseWindow]) | If there is already one or more buttons on the form, Domino converts the first button it recognizes to a Submit button automatically and ignores all other buttons on the form. |
You can have multiple buttons on a form. | You can have only one button, a Submit button, on a form. |
@Commands: The following commands are supported on the Web:
@Command([CloseWindow]) @Command([FileSave]) @Command([ViewRefreshFields]) | @Commands: The following commands are not supported on the Web:
@Command([CloseWindow]) @Command([FileSave]) @Command([ViewRefreshFields]) |
Domino does not check the formulas before displaying pages. | Domino checks the formulas before displaying pages. Actions that contain unsupported @commands or @functions will not be displayed on the Web. |