Arkady, HttpClient is an HTTP agent, not a browser. It provides no context handling logic of what so ever. In your particular case you might want to capture the HTTP session in question using a traffic analyzer or a HTTP proxy and emulate it using HttpClient
Hope this helps somewhat Oleg On Wed, 2005-03-09 at 09:56 -0800, Arkady Sharkansky wrote: > But is seems that fetching a page that contains a frameset follows a > slightly different set of rules then fetching a page without a frameset. > If nothing else, there must a header variable or something. > > When using my web browser, IE or Firefox, I go to the page that contains > the frameset, then each frame is fetched and displayed correctly. > > If I go to one of the hyperlinks contained by the frameset directly, I > get an error saying that I can't browse to that page directly. > > So what is the browser doing when it fetching all the documents > necessary to render the frame? > > arkady > > -----Original Message----- > From: Michael Becke [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 08, 2005 6:25 PM > To: HttpClient User Discussion > Subject: Re: question about frames > > Hi Arkady, > > Frames are a construct of HTML and don't really have much effect at > the HTTP level. The general construct of posting data via HTTP works > the same. > > Mike > > > On Tue, 8 Mar 2005 08:30:49 -0800, Arkady Sharkansky > <[EMAIL PROTECTED]> wrote: > > I am trying to script a webpage that contains frames and am running to > > trouble. Is there some documentation about how to interact with web > > pages/forms contained in multiple frames? > > > > Thanks for any help, > > > > > > arkady > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
