Hello all, I’m pretty new to lotusscript and struggling to create a script that would put a hotspot (or a button) into a new memo so that a recipient can click on it and be redirected to the site.
Now I have to create the link every time I write a mail (not possible to set it as signature, as the option to insert signature from HTML ot text file is disabled by admin for God knows what reason)
Could you please point me in the right direction? Thank you in advance!
open a new memo and put the curser in body field and in click on creat menu in that you find the hotspot select then then automatically the hotspot button is created on in your new memo.
and right click on the hot spot and click on edit button then it open in design mode then u can select lotus script and write the code what ever you want
if you are doing this in your mail file then create your button in the body field in a new memo and save it as a draft. now use the doc ID of that draft to get a handle to it. Now you can use LS to “grab” the draft and copy the Body item to a new memo. this will place the button from the draft into the new memo’s body field.
I can create an agent, if thats what you mean. I tried coulple of lotusscript samples, but no luck so far… I cant fint a script that would grab a predifined signature with button/hotspot and paste it into the new mail…