From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (mailfrom) identity=mailfrom; client-ip=8.23.224.62; helo=out.smtp-auth.no-ip.com; envelope-from=kevin@carhart.net; receiver= Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.62]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 6FEAF77DE5 for ; Mon, 4 Sep 2017 19:57:54 -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 BF608F4 for ; Mon, 4 Sep 2017 19:58:45 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id v852widv006920 for ; Mon, 4 Sep 2017 19:58:45 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id v852wiRm006917 for ; Mon, 4 Sep 2017 19:58:44 -0700 Date: Mon, 4 Sep 2017 19:58:44 -0700 (PDT) From: Kevin Carhart To: Edbrowse-dev@lists.the-brannons.com In-Reply-To: <20170804223729.eklhad@comcast.net> Message-ID: References: <20170804223729.eklhad@comcast.net> User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [Edbrowse-dev] contentWindow X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2017 02:57:55 -0000 On Mon, 4 Sep 2017, Karl Dahlke wrote: > Well your first example has nothing to fetch, no source html file. > So naturally it doesn't fetch or expand. Ahhh, got it. No, I took it from http://code.jquery.com/jquery.js around 6040. So at least insofar as this library routine is worth doing, it appears that a dynamically created iframe with no body needs to be immediately fully fledged and useable. So do you think we could do a dummy if there isn't one? thanks Kevin