Hey…I am sending an URL link with @mailsend. The link is very long…It´s not posible to make a HotSpot link with the URL…For Example: The http://test.com/…?OpenDocument in a short word Link. I know this quesion is already answered in the forum, I found this by doing a search:
http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/d78dbb9a7df2d5fe85257298005b0180?OpenDocument
but I am working in Lotus Formula with @mailsend no with LotusScript. The URL field is in the body of @mailsend.
Thanks for any help you can give me…!!
rewards
Subject: Short URL Link
You can easily construct a URL piece by piece. The basic format for a web link to a document is:
http://test.com/path/db.nsf/view/key?OpenDocument
If the database is in the root of the server, the path is not needed.
If you have a sorted view, you should supply a unique key.
If you use the UNID, you do not need a view or other key – instead use a very short placeholder (such as “0”).
You can shorten “?opendocument” to “?open” or even omit it entirely.
Here are examples:
http://test.com/requests.nsf/myview/ABCDEF?Open
http://test.com/requests.nsf/0/d78dbb9a7df2d5fe85257298005b0180?Open
Subject: RE: Short URL Link
Yes my URL link is already complete. I want the link to be shorter like one word or a picture….!! This is possible??.. I am working in @mailsend no lotusscript
Thanks again