- From: Dataweaver <traveler@io.com>
- Date: Wed, 21 May 1997 14:30:19 +0007
- To: www-html@w3.org
I would like to suggest a few improvements on frame implementation: 1. It would be useful to have a TARGET attribute in a FRAME tag; the effect would be similar to having a <BASE TARGET=url> in every html document loaded into that frame. 2. I would like to see a method of overriding the initial frame contents in the URL; as an example: <!-- frameset.html --> <HTML><HEAD></HEAD> <FRAMESET> <FRAME NAME="frame1" SRC="src1.html"> <FRAME NAME="frame2" SRC="src2.html"> </FRAMESET> </HTML> So I could view the document as-is using: frameset.html Or I could load the frame with src3.html loaded into frame2 using something along the lines of: frameset.html##frame2=src3.html Or I could load src3.html into frame2 and src4.html into frame1: frameset.html##frame1=src4.html&frame2=src3.html -------------------------- On a somewhat-related note, I'd suggest allowing simple arithmetic (addition and subtraction would probably suffice) in WIDTH and HEIGHT attributes; for example, WIDTH=100%-50 ------------ Jonathan Lang --------------+----------------------------------- "Dataweaver", mailto:traveler@io.com | The Dogma of Otherness insists "BTfL", mailto:owner-gurpsnet-l@io.com | that all voices deserve a hearing, mailto:owner-gurpsworld-l@lists.io.com | that all points of view have Web: http://www.io.com/~traveler/site.html | something of value to offer. Archive: ftp://ftp.io.com/pub/usr/traveler | --David Brin, "Otherness"
Received on Wednesday, 21 May 1997 17:39:53 UTC