Problem with Pop Up Window in Frames

liunx

Guest
I have a page that has links in a frame on the left side. When i use target="_blank" or even a javascript to popup a new window from the left frame, it actually pops "under" So that you can't see the new page. IF you want to see what i'm talking about, please visist <!-- w --><a class="postlink" href="http://www.pointproven.com">www.pointproven.com</a><!-- w --> and click on "audio" or "forum" links on the left hand side. The pop under the main page. Any help would be greatly appreciated. <br />
<br />
jim<!--content-->I'm not sure, but it might have something to do with using two frameset documents, which can lead to problems other than what you're experiencing.<br />
Why not just define all the frames within the same frameset document?<br />
There's a decent Advanced Frameset tutorial that talks about nesting issues here:<br />
<!-- m --><a class="postlink" href="http://rot3k.com/tutor/design/framesa.html#advnest">http://rot3k.com/tutor/design/framesa.html#advnest</a><!-- m --><!--content-->Hi there plug,<br />
<br />
The problem appears to be here...:eek: <a href=http://www.htmlforums.com/archive/index.php/"http://www.mp3.com/pointproven" onMouseOver="audio.src='audioon.jpg'" <br />
onMouseOut="audio.src='http://www.htmlforums.com/archive/index.php/audiooff.jpg'" target="_blank">Remove this and the page loads on top :cool:<br />
<br />
coothead<!--content-->take this out<br />
<br />
onClick="top.focus()"<br />
<br />
that is giving the framed page the focus<!--content-->Scoutt you saved the day. Thanks man. and thanks to all who replied. i appreciate it.<br />
jim<!--content-->
 
Back
Top