i've had my band's website up and running for quite sometime now and it has worked great in just about every browser.
[url]http://www.ramblinsouls.com/main2
[/url]
i used a frameset on this page so that i could keep the mp3 player and main navigation up through out the site.
<FRAMESET ROWS="170,*" BORDER="0" FRAMEBORDER="0" LEFTMARGIN="10" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<FRAME SRC="http://ramblinsouls.com/head.html" NAME="TOPNAV" SCROLLING="NO" NORESIZE BORDER="0" FRAMEBORDER="0" LEFTMARGIN="100" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" BORDERCOLOR="#000000"></FRAME>
<FRAME SRC="http://www.ramblinsouls.com/welcome.html" NAME="MAIN" SCROLLING="YES" BORDER="0" FRAMEBORDER="0" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"></FRAME>
</FRAMESET>
i don't know why, but now, in IE 7... when you click on one of the main navigation links (which are contained in "head.html", i'll post the html at the bottom), it opens in a new window!
can anyone shed some light on this one for me?
thanks for your time,
Rick
head.html______
<TABLE CELLPADDING="2" CELLSPACING="2" WIDTH="57%">
<TR>
<TD BGCOLOR="#FFFFFF"><img src="http://www.ramblinsouls.com/white-header.jpg" height="90"></TD>
<TD BGCOLOR="#666666"><p id="player2"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
var FU = { movie:"http://www.ramblinsouls.com/mp3/flash_mp3_player/mp3player.swf",width:"180",height:"90",majorversion:"7",build:"0",bgcolor:"#FFFFFF",
flashvars:"file=http://www.ramblinsouls.com/playlist.xml&displayheight=50&autostart=true&showeq=true&repeat=true&shuffle=false&lightcolor=0x666666&backcolor=0xFFFFFF&frontcolor=0x000000" };
UFO.create( FU, "player2");
</script></TD>
</TR>
</TABLE>
<hr width="700">
<A HREF="http://www.ramblinsouls.com/welcome.html" target="MAIN">Home</A>
<A HREF="http://www.ramblinsouls.com/dates.html" target="MAIN">Dates</A>
<A HREF="http://ramblinsouls.com/media.html" target="MAIN">Media</A>
<A HREF="http://www.ramblinsouls.com/news.html" target="MAIN">News</A>
<A HREF="http://www.ramblinsouls.com/bio.html" target="MAIN">Bio</A>
<A HREF="http://www.ramblinsouls.com/guestbook.html" target="MAIN">Guestbook</A>
<A HREF="mailto:thedysfunktional@hotmail.com">Contact Us</A>
<hr width="675">


