RATE THIS ANSWER
0
Click to Vote:
0
0
The below information is correct if you want the user to access the document through a browser and is the only option. If, however, you want the user's Notes client to launch, then you will need to format the link as a hyperlink that uses the notes protocol instead of the http protocol. The user must have Notes installed for the link to work.
This is an example:
<A HREF="Notes://YourDomain/YourDatabase.nsf" TITLE="Lotus Notes link to Your Database. "><FONT SIZE=2 COLOR="0000ff" FACE="Arial"><img border="0" src="/icons/actn024.gif" Title = "Database Icon"> Your Database</FONT></A>
As you've shown in your example, you can also use the uniqueID of the database, 0 for the view, and uniqueID of the notes record as the HREF= value.
If you use the option below for non-Notes users, you may have additional changes to make to the Notes system to make the document look good or even launch on the web. It all depends on the design of the database and the access control list, associated access control settings, etc.
_______
Hi
I believe that this kind of link (NOTES://......) works only if you have a Notes client installed.
Otherwise the protocol is unknown from the system.
When you are in a Web environnment, you should use this syntax instead :
http://HostName_or_IpAddress/DominoObject?Action&Arguments
Exemple to open a Notes database :
Http://MyDominoServer/Path/MyDatabase.nsf?OpenDatabase
Others actions could be
?OpenDatabase, ?OpenView, ?OpenDocument, ?EditDocument, ?OpenForm,
See Domino URL in the designer help file....
Last Answered:
Dec 10 2008 6:41 PM GMT by Brooklynegg 
2685 pts.