Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 4663 invoked from network); 9 Mar 2005 02:25:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Mar 2005 02:25:24 -0000 Received: (qmail 81480 invoked by uid 500); 9 Mar 2005 02:25:24 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 81456 invoked by uid 500); 9 Mar 2005 02:25:23 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 81443 invoked by uid 99); 9 Mar 2005 02:25:23 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of mbecke@gmail.com designates 64.233.170.192 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.192) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 08 Mar 2005 18:25:22 -0800 Received: by rproxy.gmail.com with SMTP id c51so63172rne for ; Tue, 08 Mar 2005 18:25:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=pzWGEK+E5Vizmv+PiKtYEJ+j9Mg5DvI1xWFwAcfO3ufYeeug2AM9AA7BzlqmbgLcPT0eZXcfVroGYRLutsY+40WqpuwEhi4yt8yRlYh+d3Yc62ov9Oku25GbYYwF3pRANjhLLcDxkVAZI3ACqIke/qQSalWrRLGGRDy8LGvOftQ= Received: by 10.38.88.22 with SMTP id l22mr362481rnb; Tue, 08 Mar 2005 18:25:20 -0800 (PST) Received: by 10.38.208.43 with HTTP; Tue, 8 Mar 2005 18:25:20 -0800 (PST) Message-ID: <78f7873e05030818254f274785@mail.gmail.com> Date: Tue, 8 Mar 2005 21:25:20 -0500 From: Michael Becke Reply-To: Michael Becke To: HttpClient User Discussion Subject: Re: question about frames In-Reply-To: <81068700A87C6E4896C90DEC5A8AD8EB8C0D60@smeg.community-health.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <81068700A87C6E4896C90DEC5A8AD8EB8C0D60@smeg.community-health.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 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: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org