Hi,
Can I invoke an Ajax call from a form button in Notes client? I would like to create a mail with an action button which when clicked by the user will call an agent through Ajax with some parameters.
Can this be done? Or is there any other way for this?
Thanks.
Subject: Ajax
If you’re using xPages yes, but not from a normal form.
You can use Lotusscript and call an agent to runonserver though, passing through a parameter doc. The processing then gets done on the server
Subject: on a different server??
Thanks Dan for your response.
Can I run an agent on a different server (different domain) through Lotusscript?
Subject: Yes
Look at the notesagent class in lotusscript, you get an agent from a particular db, can be anywhere, assuming correct security of course