Frames and scroll bars

I have a frameset with two frames - top and bottom.The top frame displays a page.

The bottom frame calls an agent via a URL that creates links by generating HTML in the agent.

When I look at the frameset in a browser, the two frames are split in the window. When the agent populates the bottom frame with the links, it adds a scroll bar if the links exceed the lenght of the browser screen.

How can I make it so the whole frameset has one scroll bar which can scroll the page as a whole, rather than just the bottom frame.

I have tried to just use a page rather than a frame set, but if it’s possible, how can I use to bottom part of the page to run the agent like it would in a frame?

Hope I’m explaining this ok

Subject: Frames and scroll bars …

If they are two different frames they will scroll separately. Consider using something like AJAX to populate a DIV with the results. The HTML layout issue you are trying to solve is not specific to Domino, so you’ll find lots of answers for that kind of thing on Google.