Re: How to call a website in a frame?

cr <[email protected]> Wed, 25 Apr 2007 16:25:09 -0400
Newsgroups gmane.comp.mozilla.jrex
Message-ID <[email protected]>
I've never tried to load a page inside of a frame, but two approaches 
come to mind:

    1) Provide links and programatically trigger clicks on these links
       (I don't think that these need to be visible, just reachable in
        the DOM).

    2) You may be able to use the JSObject to cause the frame to load a
       document (the call() method looks like a good candidate).  I've
       never used JSObject for anything before, so I can't say for sure.

I think either of these should be workable solutions.  Let me know if 
you get this to work.

--Chris

Billy wrote:
> Great, that works fine. I can extract frame snow. Do you know how to call a
> website inside of that frame?
> 
> Best regards
> Billy