Can i set a field value on a web form using an agent?

I have a form used to get user input about what to search for in a database.When people change a field, I would like to do a search and return how many results are found without submitting the document. Can this be done by triggering a Lotusscript agent and set a field value on the current document?

Or do i have to write a java applet for this?

Someone done something like this before?

Subject: Can i set a field value on a web form using an agent?

You’d have to do it with custom applet or with CORBA.

Subject: Can i set a field value on a web form using an agent?

Yes – you can open a web agent into a separate window (using window.open), or into a zero-size

Subject: Thank all for your help.