We have some web pages which have two frames, with one frame in the IE 6 search bar (created using the open("path.htm", "_search");
call). The page shown in the frame on the search bar contains buttons, on click of which we update the right frame. On migration to IE 7, both frames open in their own windows, i.e, I now have two windows open.
On searching the Net, I found that IE 7 has disabled the IE search bar because of security concerns. I guess this is because they now have moved the search text box to the top right, à la Firefox.
My question is, I still need the two frames. So what should I do - I have been toying with the idea of using <frameset>
tags, but just thought I'd post to the community to see what other options there are.
NOTE: I did search the Internet, but couldn't really come up with other options.