Is it possible to launch a notes database (in the Notes client) from the company intranet - I know the sensible solution would be to launch the app as a web app but there are reasons that we cant do this
I think what Mike means is that when a user click on a link to a Notes database the Notes client should open it and not the web browser, isn't it?
If I understood this question correct you should first of all make that no Domino HTTP task is running on the server that is hosting your intranet. This will already make sure that the browser can not open it.
Then you should have the association between the .nsf file and the Notes client on the user his PC. That should already be OK if the Notes client is installed OK.
And then you need some thing to tell the browser to use the Notes client to open this .nsf file. Something like a plug-in.
My first guess would be that if a user clicks on a .nsf file link the browser will ask "Would you like to save or open this file" and when the user chooses "Open" Notes should launch.
I will ask some web-programmer here to see if he can provide some javascript or something else to automate this so the user is not prompted and the machine picks the right application.
I just tested and the first part works.
If I put an .nsf file on an webserver that does not support Dmino hosting, then I just put a normal link "<a href>" to it and my Notes client opens it when I choose "Open".
The danger exists when people start choosing "Save". There must be a way to set the "Always use this action when opening this kind of file" or to include some HTTP method or javascript which will skip this dialog altogether.
I keep you posted on any new finding here or maybe some experienced web-programmer can tell us!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.