From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.61]) by hurricane.the-brannons.com (Postfix) with ESMTPS id CF4AF783A5 for ; Tue, 22 Mar 2016 23:23:08 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.52.200.227]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id 89F6D400A7F for ; Tue, 22 Mar 2016 23:23:20 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id u2N6NJAc002722 for ; Tue, 22 Mar 2016 23:23:19 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id u2N6NJj9002714 for ; Tue, 22 Mar 2016 23:23:19 -0700 Date: Tue, 22 Mar 2016 23:23:19 -0700 (PDT) From: Kevin Carhart To: Edbrowse-dev@lists.the-brannons.com In-Reply-To: Message-ID: References: <20160111070644.eklhad@comcast.net> <87mvr7l9jr.fsf@mushroom.localdomain> User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: [Edbrowse-dev] frames and iframes X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.21 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 06:23:09 -0000 It's been quiet recently - I hope everyone is doing all right and is having a good early 2016. Thanks to Geoff's fix for tidy issue 348, fixing one thing exposes the next, and the next thing in the Google Groups example involves an iframe. Do we support iframes presently? Apparently the following things exist: iframe.contentWindow iframe.contentDocument and there is a syntax like: iframe.contentDocument.open("url..") iframe.contentDocument.close() Is anyone already familiar with these behaviors? Are these essentially the same as how a frame would behave? I notice that if an iframe is created using document.createElement("iframe"), it becomes TAGACT_FRAME. So are open, close, contentWindow and contentDocument also found on frame, in a comparable fashion? In case no one knows, thank you for reading and I will RTFM. thanks Kevin