we want to add 2 buttons in menue (outline NotesMailOutlineH) of our mail application to access our spam filter.
if i add a action button with the following formula everything works fine:
@SetTargetFrame(“NotesView”);
@URLOpen(“http://SERVERNAME:8000/cgi-mod/index.cgi”)
a second button where i want to open a xpage does not work:
@SetTargetFrame(“NotesView”);
@URLOpen(“notes://LN-SERVERNAME/mailspam.nsf/SPAMWeb.xsp?OpenXPage”)
in mailfile it was not possible to open a simple page in the main window (NotesView), what is the secret here?
(opening the xpage in adress-field of ln works without problems)