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 42E8479637 for ; Fri, 17 Jun 2016 12:47:11 -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 8CE9B400C15; Fri, 17 Jun 2016 12:48:32 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id u5HJmV9Q017477; Fri, 17 Jun 2016 12:48:31 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id u5HJmVUs017469; Fri, 17 Jun 2016 12:48:31 -0700 Date: Fri, 17 Jun 2016 12:48:31 -0700 (PDT) From: Kevin Carhart To: Karl Dahlke cc: edbrowse-dev@lists.the-brannons.com In-Reply-To: <20160516220029.eklhad@comcast.net> Message-ID: References: <20160516220029.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] immediate evaluation of js on appendChild 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: Fri, 17 Jun 2016 19:47:11 -0000 Hi Karl > If my life crises abbate I hope they do. Here's to better times. > Kevin thanks for uncovering this. You are welcome! It's good that the users have been submitting problems, because this got me rolling and now I have the itch to get something out the door. I have found a few different corrections which I need to write up and submit. > The key here is, I think, when we design the new Iframe object, > that Iframe.contentDocument.write() somehow invokes the innerHTML > machinery. Aha! That makes sense. Hook into the existing innerHTML machinery and take advantage of it. Kevin