From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (mailfrom) identity=mailfrom; client-ip=8.23.224.61; 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.61]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 86CD977DE5 for ; Mon, 25 Sep 2017 22:49:15 -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 7CC27120 for ; Mon, 25 Sep 2017 22:50:53 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id v8Q5opYS027982 for ; Mon, 25 Sep 2017 22:50:51 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id v8Q5ooFs027976 for ; Mon, 25 Sep 2017 22:50:51 -0700 Date: Mon, 25 Sep 2017 22:50:50 -0700 (PDT) From: Kevin Carhart To: edbrowse-dev@lists.the-brannons.com In-Reply-To: <20170826000159.eklhad@comcast.net> Message-ID: References: <20170826000159.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: [Edbrowse-dev] fetch local / progress on carrier lookup 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, 26 Sep 2017 05:49:16 -0000 > I fixed the fetch local javascript bug. Awesome. Thank you. I have exciting progress to report on freecarrierlookup.com We are very close. Here's the issue. Is there some way we can allow elements to act as clickables when they are not a traditional HTML button, but basically anything like an image or a span, yet they have event code attached? freecarrierlookup's submit button is a type="image" The exciting thing about freecarrierlookup is that all of the other steps work. You can actually go to jdb and trigger the function that the submit is supposed to trigger: showCarrier. This goes to xhr. xhr loads the subject matter (the entry about the phone number you asked for). A callback places this in a div with id txtHint. innerHTML side effect works beautifully. When you exit out of jdb, the information has made it back to edbrowse! Here's the image with the onclick. Tyler also asked about something on the site fanfiction.net which I think in part is a related issue of event handlers on arbitrary elements that we haven't earmarked as being interactive. I think there is a lot of transforming of elements on the fly using JS and CSS. It could say and be made to woof like a dog through the magic of simply overriding everything and assuming all responsibility for managing the suppression of the cat behaviors and coding all of the canine ones.