I am using a simple standard framset, in IE 7 the target is all off, opening each page into a new window instead of the proper frame. Is there a solution for this, I have refrences to it being an issue caused with tabing but have not yet seen a solution.
Thanks
Rian Edwards

IE 7 and Framsets
hrubesh
if you're in IE 7, you can see the problem for yourself at:
http://www.ramblinsouls.com
the frame code goes like this:
<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>
the links are contained in "head.html", which goes like this:
<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">
p.cosmos
Example:
frameset from www.acme.com
internal page from foobar.acme.com --> New Window
internal page from www.acme.com --> Correct behaviour
I noticed that with the company proxy set the problem doesn't occur, only when we use direct connection.
I hope this will be fixed soon.
JPC16
I'm having the same problem.. It only happens when you go off your orignal domain and then try to go back.. I suppose it's a security thing.. I would be happy it there was a way around it.
Caliendo
Petr Manek
go to Internet Options -> Security Tab -> Custom Level
look for this setting "Navigate sub-frames across different domains" and set it to Enable (default is Disable).
It seems that IE7 handles subdomain from the same domain as different domains, as IE6 didn't do.
Hope this helps.
Dobojlija
It would be nice if someone from Mircrosoft can be post an answer. Is this a bug or a feature This problem happen with many affiliate links using in a frame. If the link point to another domain, the target are ignored by IE7 and a new window open. ...not nice...
dotnetdeveloper_67
Can you provide the frameset code to reproduce this issue
Thanks