By Steve Kern
IN THIS APPENDIX
Domino URLs can be embedded in documents as HTML and enable access to various Domino features. Domino URLs follow a fairly straightforward syntax, as in the following example:
http://Host/DominoObject?Action&Arguments
Host can be an IP address or a DNS entry. DominoObject s consist of documents, views, databases, agents , framesets, and so forth. Action s are taken against DominoObject s, and Argument s are passed to the Action . Action s are prefixed with the question mark ( ? ) and all Argument s are prefixed with the ampersand ( & ). For example, the following code opens the database myhome.nsf on the Domino server www.myserver.com and requires the user to log in:
http://www.myserver.com/myhome.nsf?OpenDatabase&Login
Because spaces are not permitted in URLs, in general, you can replace them with the plus sign ( + ), as in the following URL that opens the Main Topics view:
http://www.myserver.com/myhome.nsf/Main+Topics?OpenView
Part I. Introduction to Release 6
Whats New in Release 6?
The Release 6 Object Store
The Integrated Development Environment
Part II. Foundations of Application Design
Forms Design
Advanced Form Design
Designing Views
Using Shared Resources in Domino Applications
Using the Page Designer
Creating Outlines
Adding Framesets to Domino Applications
Automating Your Application with Agents
Part III. Programming Domino Applications
Using the Formula Language
Real-World Examples Using the Formula Language
Writing LotusScript for Domino Applications
Real-World LotusScript Examples
Writing JavaScript for Domino Applications
Real-World JavaScript Examples
Writing Java for Domino Applications
Real-World Java Examples
Enhancing Domino Applications for the Web
Part IV. Advanced Design Topics
Accessing Data with XML
Accessing Data with DECS and DCRs
Security and Domino Applications
Creating Workflow Applications
Analyzing Domino Applications
Part V. Appendices
Appendix A. HTML Reference
Appendix B. Domino URL Reference