by Martin Honnen <mahotrash@[EMAIL PROTECTED]
>
May 11, 2008 at 04:45 PM
Xu, Qian wrote:
> Is it possible to access 3rd-frames in Firefox or MSIE? I would like to
> write a html-based test framework. There are two frames. One is the test
> console and the other is a test box. However I failed to read contents
> of a Web page, when it comes from a 3rd-domain.
>
> Is it really impossible?
Inside of the browser sandbox it is not possible but you could try to
write a HTML application (HTA) on Windows, that way your HTA code can
access the frame. See
http://msdn.microsoft.com/en-us/library/ms536471(vs.85).aspx
Or learn how to write Firefox extensions, then your extension code can
access the HTML do***ents loaded in browser windows or frames.
--
Martin Honnen
http://JavaScript.FAQTs.com/