Frames and where HTML/JSP's open
I've written a little 'intelligent agent' to parse web pages viewed by a user and extract keywords for improved searching. The set up is a two row frame in the browser, with my application's features running in the top row and the user's prefered search engine running under this. For reasons of capturing user searchtearms initally, I've written it so they actully enter searchterms in JSP's ive written, this then uses a JavaBEan to construct a HTTP string and use it to connect to (for example) altavista. The initial 'target' ensures the altavista results appearin the bottom row of the frameset but then when you click a link from the altavista results set a new window is opened, something I don't want, cos then my application is hidden.,
How (can I?) constrain HTML links in the bottom row of frameset to only open in that row?

