From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-ch2-09v.sys.comcast.net (resqmta-ch2-09v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:41]) by hurricane.the-brannons.com (Postfix) with ESMTPS id A1153789BC for ; Wed, 23 Mar 2016 01:58:22 -0700 (PDT) Received: from resomta-ch2-17v.sys.comcast.net ([69.252.207.113]) by resqmta-ch2-09v.sys.comcast.net with comcast id ZLyb1s0012TL4Rh01LybEC; Wed, 23 Mar 2016 08:58:35 +0000 Received: from eklhad ([IPv6:2601:405:4003:c9e0:21e:4fff:fec2:a0f1]) by resomta-ch2-17v.sys.comcast.net with comcast id ZLya1s0061Jwjxf01LyaXM; Wed, 23 Mar 2016 08:58:35 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke References: <20160111070644.eklhad@comcast.net> User-Agent: edbrowse/3.6.1+ Date: Wed, 23 Mar 2016 04:58:34 -0400 Message-ID: <20160223045834.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1458723515; bh=SrVHAKYD1jqO9SQfd+/HCxk3EBJTrZQUuxLkYozZQC0=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=PlT5klfgnURtHvEF33H87KDFbenAXdZ77oHz9iir19FvjIhspHB48/dr15FBhMu+p 53zf9v04er8G8XRO3BFR9oRrC9aDTbjLIfy1/gJU1yWCaT+xTLJc/bU0DjafzIbK7F 22aDAp1196GtJd6+NtcTgr2KoggFZ4H2wRlHMmrWSRP+LFwIPC6gh464ta9pCpxnAm rdbLRZabyMJRO9uDwC1re8WKGMpajKacN1rcVyvkTtbFahBl/HU0X8zB9mrRRjZ8jA LmGry6U8JvUgwyD2VON0XkSDgGMqhfwhL7FBGV5eyU/dSGlA9Highefxf5OUYtgzF6 F7EPa4Ko9duUQ== 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 08:58:22 -0000 First a note about frames in general. The html syntax doesn't open that page and paste its contents into the current buffer, as happens with every other browser, instead it creates a hyperlink to that page. Click on that frame if you want to, or leave it be. This is not a great strategy but 15 years ago it was easy, and it's still easy. If we wanted to continue this theme then frame.contentDocument.open() would inject an anchor into the dom tree at that point, and a hyperlink into the html, as though it had said from the start. This is doable of course, I just didn't know anything about it. It might involve another js side effect. Any help putting this together would be appreciated. It's been quiet recently because my life is in termoil and I'm trying to settle it down. Karl Dahlke