RE: first disregarding and then complaining about missing </nofra mes>

According to the HTML 4.0 Specification, NOFRAMES is a child of FRAMESET
(see <URL: http://www.w3.org/TR/REC-html40/present/frames.html#edef-NOFRAMES
> for definition).

Try the following to see if it works for you: 

<HTML>
<HEAD>
<TITLE>Zope on http://hu.tm.ee:8080</TITLE>
<SCRIPT LANGUAGE="javascript">
<!--
function update_menu()
{   window.manage_menu.location.href=window.manage_menu.location.href;
}
//-->
</SCRIPT>
</HEAD>
<FRAMESET COLS="175,*">
  <FRAME SRC="test/left.html" NAME="manage_menu"
   MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto">
  <FRAME SRC="test/right.html" NAME="manage_main"
   MARGINWIDTH="2" MARGINHEIGHT="0" SCROLLING="auto">
  <NOFRAMES>
  Management interfaces require the use of a <B>frames-capable</B> web
browser.
  </NOFRAMES>
</FRAMESET>
</HTML>

cheers,
~stuart 


-----Original Message-----
From: Hannu Krosing [mailto:hannu@tm.ee]
Sent: Sunday, November 28, 1999 5:11 PM
To: html-tidy@w3.org
Subject: first disregarding and then complaining about missing
</noframes>


attached page (managment frameset from Zope> generates the following errors:

line 4 column 1 - Warning: <script> lacks "type" attribute
line 19 column 1 - Warning: inserting implicit <body>
line 20 column 1 - Warning: discarding unexpected </noframes>
line 23 column 2 - Warning: missing </noframes>

the last two seem to be contradicting.

And I'm not sure that placing <noframes> inside <frameset ...> is correct ?

------------
Hannu

Received on Monday, 29 November 1999 12:06:22 UTC