Hi all,
I want to create a dropdown list using Domino Designer. After user select the choice, then i want to process the input:
FIELD Form:=;
I do not know how to set the value of Form. I have tried this:
document.forms[0].Form =
But not successful. The formula is actually in an agent, now i want to move into web.
Besides, i have tried to invoke the agent using the hardcoded address:
http://…/…/test.nsf/testagent?openAgent
But everytime it gives an error that “page not found”.
Hope someone can help. Thanks.