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