Version: 3.3.92 (using KDE 3.3.92 (beta2) Level "a" , SUSE 9.2 UNSUPPORTED) Compiler: gcc version 3.3.4 (pre 3.3.5 20040809) OS: Linux (i686) release 2.6.10 Both Mozilla/Firefox and IE support a contentWindow attribute on iframe, which is the window that holds the iframe. More details here: http://www.mozilla.org/docs/dom/domref/dom_frame_ref16.html#1007581 Would it be possible to add this to konqueror as well (some proprietary websites, such as BGL homebanking use this)
khtml ecma is the closest to "khtml dom" we have.
CVS commit by carewolf: Implement frame.contentWindow and window.frameElement. FEATURE: 99318, 101442 Notes: Fixes Google Suggest again. It seems the new GMail also uses them, but this alone appears to fix nothing. M +5 -0 ChangeLog 1.415 M +16 -0 ecma/kjs_html.cpp 1.281 M +4 -2 ecma/kjs_html.h 1.84 M +3 -0 ecma/kjs_window.cpp 1.400 M +1 -1 ecma/kjs_window.h 1.111