I searched around, but couldn't find much here. Obviously, IE7 is still beta, so I don't have to officially support it yet, but some of my clients are early adopter types, which spells trouble on the way. In a nutshell, I manage a realtime reporting system for my company that delivers data to clients via Web pages. It's built on an ASP.net back end, with some other stuff tossed in for good confusion (I didn't design the core).
The main pages use a NavBar style frameset where the top frame contains a toolbar with buttons for the various pages a client might have, and the lower frame contains the data page. I use the <base target> tag for the links in the nav bar to force them to load in the lower frame.
Recently, I downloaded IE7 on my personal machine just to check it out, and on a whim hit my work site just to see how it displayed. Unfortunately, that was a bad thing. What I get in IE7 is the initial frameset builds, but when the links are selected, data loads in the top navbar frame rather than the lower data frame.
I've dug around and haven't found anything specific on IE7 changing or dropping support for the old frameset tags. Is anyone playing with IE7 yet, and if so, have you worked with frames at all? Generally, I don't go for frames, but several of these clients go back a few years and for a while, this navbar approach has been the standard. That said, at the current time, I don't really have the manpower to go back and revamp several hundred pages to completely remove or change the frame coding, so I'm desperately trying to find out what's happening with IE7 to see if there's an easy fix.
The main pages use a NavBar style frameset where the top frame contains a toolbar with buttons for the various pages a client might have, and the lower frame contains the data page. I use the <base target> tag for the links in the nav bar to force them to load in the lower frame.
Recently, I downloaded IE7 on my personal machine just to check it out, and on a whim hit my work site just to see how it displayed. Unfortunately, that was a bad thing. What I get in IE7 is the initial frameset builds, but when the links are selected, data loads in the top navbar frame rather than the lower data frame.
I've dug around and haven't found anything specific on IE7 changing or dropping support for the old frameset tags. Is anyone playing with IE7 yet, and if so, have you worked with frames at all? Generally, I don't go for frames, but several of these clients go back a few years and for a while, this navbar approach has been the standard. That said, at the current time, I don't really have the manpower to go back and revamp several hundred pages to completely remove or change the frame coding, so I'm desperately trying to find out what's happening with IE7 to see if there's an easy fix.