I am using an URL to open a document link which has following format: notes://servername/database path/viewname?Opendocument.
Since the URL becomes long string I want the URL to be short instead. The link should open the same document but alternate short string should be visible. How to do this?
Software/Hardware used:
Lotus script
ASKED:
March 20, 2013 4:40 AM
UPDATED:
March 20, 2013 11:45 AM
If it just said something like “Click here” and had the url as the href value, would that work for you?
Yes, I want that short of thing using lotus script.
So, to use your example then , instead of your code writing “notes://servername/database path/viewname?Opendocument” have it write the following:
<a href=”notes://servername/database path/viewname?Opendocument”>Click here</a>
Click here