- From: Leonard R. Kasday <kasday@acm.org>
- Date: Wed, 17 Feb 1999 09:25:11 -0500
- To: "Silas S. Brown" <ssb22@cam.ac.uk>
- Cc: w3c-wai-er-ig@w3.org
At 05:51 PM 2/16/99 +0000, Silas S. Brown wrote:
>> So I guess at this point it doesn't handle frames?
>
>It does. The default behaviour is to linearise all the frames, but you
>can also choose to get it to leave them untouched. The problem was that
>www.temple.edu is actually now a no frames site, and I hadn't thought of
>following the link to the frames version.
Actually, www.temple.edu is a frames site. Here's the result of GETing the
page using a telnet incantation
$telnet www.temple.edu 80 > temp
GET / HTTP/1.0
(terminate with extra carr return)
Here's temp:
1 Trying 155.247.166.60...
2 Connected to www.ocis.temple.edu.
3 Escape character is '^]'.
4 HTTP/1.1 200 OK
5 Server: Netscape-Enterprise/3.5.1C
6 Date: Wed, 17 Feb 1999 13:58:55 GMT
7 Content-type: text/html
8 Last-modified: Tue, 25 Aug 1998 15:30:35 GMT
9 Content-length: 1699
10 Accept-ranges: bytes
11 Connection: close
12
13 <HTML>
14 <HEAD>
15
16 <TITLE>Temple University</TITLE>
17
18 <!-- Date: Tuesday, Monday, December 22, 1997 -->
19
20 </HEAD>
21
22
23 <frameset cols="45,*" border=0>
<snip>
As you can see, the page has frames and, furthermore, the header doesn't
redirect the browser to a new location (which I thought may have been the
problem). So I don't know why your software is thinking its a no-frames site.
BTW, the page has a snytax error, viz. two </frameset> tags. Could that be
the problem I wonder?
Len
-------
Leonard R. Kasday, Ph.D.
Universal Design Engineer, Institute on Disabilities/UAP, and
Adjunct Professor, Electrical Engineering
Temple University
Ritter Hall Annex, Room 423, Philadelphia, PA 19122
kasday@acm.org
(215} 204-2247 (voice)
(800) 750-7428 (TTY)
Received on Wednesday, 17 February 1999 09:25:47 UTC