Hello all,
Iam working on a web application, in a form i have a button and i’m calling an agent through this button when i click on this button i’m getting &Seq=1 in my URL can any one explain me why this occurs and how can i handle this any one please help me…
Thanks in advance.
Sunny.
Subject: web application.
Agents cannot run in a browser. They can be activated from a browser but run on the Domino server containing the agent.Setting up a Web agent
Using the Agent Properties box, do the following:
Check the “Shared” option when you create the agent.
Set the agent trigger to “On event” and either “Agent list selection” or “Action menu selection.”
Set the agent target to either:
“None” for agents that work on the current document such as those launched from WebQueryOpen or WebQueryClose, or a form action or hotspot that works on fields in the current document.
“All documents in database” for agents that work on existing documents such as those launched from the OpenAgent URL or a view action. The actual documents processed depend on the agent code, for example, the SELECT statement in a formula or the UnprocessedDocuments property in LotusScript.
Check “Run as web user” on the Security tab to run the agent using the browser login name. Otherwise the agent runs with the rights of the agent signer.