Agent Print command to Taget frame on Web

Hi,

I have a frameset with 2 frames, frame a and frame b. In frame a, I have a form with a submit button. When the button is presses a webquerysave runs an agent (ToolsRunMacro).

The agent uses a print command in Lotus Script to print out html. Everything works, but i would like the output of the print command to be displayed in frame b.

Is there something I have to add to the sript to specify the target frame ?

Thanks in advance for you help

Neil

Subject: Agent Print command to Taget frame on Web

I have the same Problem. It opens the right frameset, but in the wrong frame.

Does anybody habe an idea.

Subject: RE: Agent Print command to Taget frame on Web

Hi,

Use something like the following code in your agent:

Print ||

Where frame_B is the frame where you want to display your result;

The line with history.go(-1) is to show your search field again.

Success!

Gertjan