Notes://protocol and adding a bookmark

First off - Thanks for any help on this issue.

After review all entries, I’m unable to find anything relating to this particular problem.

Using the Notes:// protocol I’m able to open a database from a browser, problem is I’d also like(at the same time)to have automatically added a bookmark to the Notes client. It seems that no bookmark is added with this method (to my knowledge).

Can this be done without modifying the design of the applicable database (property of notes protocol)?

Is this even possible?

Thanks again

CS (and John L… :slight_smile: )

Subject: notes://protocol and adding a bookmark

all you have to do is put one little @Formula in the postopen event of the database script to add the bookmark to do it…

@Command([AddDatabase]; “LEGAL” : “Document\TRADEMRK.NSF”)

Subject: RE: notes://protocol and adding a bookmark

Thanks file save, However, we didn’t want to touch the Db design at all. We will be using this method with many DB’s…We wanted to avoid having to also modify those DB scripts in order to add any bookmarks.

I was wondering whether this could be done through HTML (or any other method). This may be my only option to modify the script… :frowning:

Thanks.

Subject: RE: notes://protocol and adding a bookmark

No way in HTML. and adding this one line to an empty script just seems like such a no-brainer to me. I am sure you have your reasons why.

Subject: RE: notes://protocol and adding a bookmark

Well, this is a bit of a hack I guess, but you COULD use Javascript to add a book mark to their browser - then, next time they launch R6 client the new bookmark will be in their IE favorites folder in the R6 client… assuming they use IE… and have the IE bookmark folder in R6… and… well, yes, as I said, it’s a hack.