....
Hi Robert:
Sorry for such long reponse times. The information is helpful, but I will
be quite honest, it is foreign language to me. I created a couple of sites
for people and they all have the same problem.
I don't mean to be difficult, but there is a lot of explanation of why
something isn't working, but I don't see how to fix it.
FWIW the implication to me of the portion of the HTML spec that I quoted
would be that you should delete the <body> tags and just leave the body
text as the part to be rendered as the <noframes> element. AFAICS you have
the <noframes> element positioned correctly in the rest of the frameset.
However, the syntax specification indicates that the noframes element
is optional [1] so then another approach to avoiding the symptom
would be to delete that element entirely.
[1] Specifically I think that the question mark indicates that the noframes element is optional:
<quote>
<!ELEMENT FRAMESET - - ((FRAMESET|FRAME)+ & NOFRAMES?) -- window subdivision-->
</quote>
BTW this is not the best forum for diagnosing coding problems.
For more informed help try the MSDN forums for IE Web Development
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=923&SiteID=1
Good luck
Robert