APPLICATION DESIGN


URL commands for Web applications
You have a variety of options for programming a Web site. You can directly manipulate objects such as documents or views in an application using IBMR LotusR Domino(TM) URL commands. Adding Domino URL commands as HTML in forms gives users shortcuts for navigating databases and performing other tasks quickly.

You can also use the Lotus formula language of @functions and @commands to allow users to work in a Web application. For information about using @commands and @functions, see the Domino Designer Programming Guide.

You can also use Java, JavaScript, Visual Basic Script, Perl script, and CGI programs to automate tasks in a Web application.

For more information on programming a Web application, see "Programming Domino for Web Applications" in the Domino Designer Programming Guide.

See Also