IE6 won't open frames page properly

D

Dave Pyles

I have the following frames page on my web site. (see below) When I open
it in IE6 SP1 in Win2000 SP4 displays the "Title" in the browser window
and does not open the frames. The page works fine in Mozilla and other
browsers and in older versions of IE. How can I change the file so that
people can open it in IE6?

<HTML>

<HEAD>
<link rel="SHORTCUT ICON" href="favicon.ico">
<link rel="alternate" type="application/rss+xml" title="RSS"
href="../fame/fame.rss"
<TITLE>acousticmusic.com Main Menu</TITLE>
</HEAD>

<FRAMESET COLS="100%">
<noframes><CENTER><BLINK><H2>Sorry, your browser does not support
frames.</H2></BLINK><HR><P>This site contains frames and JavaScript. If
you are seeing this message, your browser is not capable of displaying
frames.<BR> You can either download a frames and JavaScript capable
version of <A
HREF="http://home.netscape.com/comprod/mirror/client_download.html">
Netscape Navigator</A><BR>or you can go to the <A
HREF="http://www.acousticmusic.com/">non-frames version of this
site</A>.</CENTER>

</NOFRAMES>
<frameset ROWS="34, *">
<FRAME SRC="cntlbar.htm" MARGINHEIGHT="4" scrolling="no" noresize>
<FRAME name="lower" SRC="../index.html" frameborder="0">
</FRAMESET>

</HTML>

Dave Pyles
 
R

Rob Parsons

I think your problem is that IE6 does not support rss feeds. Thats comming
in V7
 
D

Dave Pyles

I think your problem is that IE6 does not support rss feeds. Thats comming
in V7
Thanks for pointing me in the right direction. Actually, the problem
was that I hadn't closed the bracket in the "<link rel="alternate"
type="application/rss+xml" title="RSS" href="../fame/fame.rss"
line.

Dave Pyles
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top