legacy challenge - frames and doctypes in IE
I'm working on a legacy app which makes heavy use of frames. I'm attempting to create a new strict mode page inside the frameset but IE keeps using quirksmode. the frameset isn't defined with a dtd and i can't add one because the repercussions would be extensive.
is it possible to have a strict frame inside of quirksmode frameset? my results indicate not.
(apologies for lack of jquery, but this is the best place i could think of to ask this question)