- From: Charles McCathieNevile <charles@w3.org>
- Date: Wed, 14 Aug 2002 20:28:57 -0400 (EDT)
- To: Lowell Williams <williams7@attbi.com>
- cc: <www-amaya@w3.org>, <Jose.Kahan@inrialpes.fr>
Amaya doesn't render framesets - it gives links to each of the frames so you can open them in seperate windows if you like. It will render noframes content (which you should always include in frames for systems that don't crawl framesets). So my suggestion is to add <noframes> <body> [[some welcome message and enough links to get around the website without relying on frames]] </body> </noframes> As far as I know Amaya doesn't plan to do full frameset rendering any time soon. Although it would be handy if it could read the size attributes from a frameset and apply those in opening a new window for a frame. cheers Chaals On Tue, 13 Aug 2002, Lowell Williams wrote: > > > > >Hi > >I am looking at the following web site in Amaya: www.dcu.org > >It's using a frameset and the contents don't display. Can anyone tell me >what's the problem here? It looks OK. Here's a snippet. > ></script></head> ><frameset rows="87,*" frameborder="0" border=0 framespacing="0"> > <frame name="top" src="nav.html" marginwidth="0" marginheight="0" >scrolling="no" frameborder="0" noresize framespacing="0"> ><frameset rows="24,*" frameborder="0" border=0 framespacing="0"> > <frame name="siteindex" src="site_index.html" marginwidth="0" >marginheight="0" scrolling="no" frameborder="0" noresize >framespacing="0"> ><frameset cols="180,*"> > <frame name="right" src="toolbar.html" marginwidth="0" marginheight="0" >scrolling="auto" frameborder="0" noresize framespacing="0"> > <frame name="content" src="home.html" marginwidth="0" marginheight="0" >scrolling="auto" frameborder="0" noresize framespacing="0"> > ></frameset> ></frameset> ></frameset></html> > > > > -- Charles McCathieNevile http://www.w3.org/People/Charles phone: +61 409 134 136 W3C Web Accessibility Initiative http://www.w3.org/WAI fax: +33 4 92 38 78 22 Location: 21 Mitchell street FOOTSCRAY Vic 3011, Australia (or W3C INRIA, Route des Lucioles, BP 93, 06902 Sophia Antipolis Cedex, France)
Received on Wednesday, 14 August 2002 20:28:59 UTC