Q:
Lotus Notes 8 - adding action for hotspot button
Hi,

I am looking for a way to display a popup message when a user click on a button in their E-mail.

Basically, I want to add a button "ACCEPT" and send an E-mail to 50 users.

When these users click on this button, I want that each of these users see this message "Thank you" as popup.

Is there any way to do it?

Thanks.

ASKED: Nov 11 2009  4:55 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
70 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
It´s pretty simple actually...
Compose a new mail (Using LN client)... Wrrite wathever you want in your e-mail and with the focus on the mail body field click Create>Hotspot>Button (I don´t know now if is this menu exaclty)...

A new blank Hotspo appears in the body... Right-Click and select Buttom Properties... Write "ACCEPT" on the filed in the pop-up....

Right-cclick it again and choose "edit button"... A new fraame should appear in the bottom of the screen... Make shure "Formula" is selected instead of "Simple action" and paste this code

@Prompt([OK];"Tittle of messagebox"; "Thank you");

This shouuld do it.
Last Answered: Dec 3 2009  3:44 AM GMT by TiagoBN   70 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _