Frames issue with ie6 - opening new windows

A

agentuser

If have a frameset that looks like this:

<frameset rows="62,0,*" frameborder="NO" border="0">
<frame src="page1.htm" name="menu" scrolling="no" frameborder="no">
<frame src="page2.htm" name="hidden" scrolling="no" frameborder="no">
<frame src="page3.htm" name="data" >
</frameset>


I have links that target the "data" frame. And it looks this:
<a href="page4.html" target="data">link</a>

Most of the time the links works but somethimes it opens up a new IE
window with "page4.html" as it's source. Why does it sometimes open a
new window? Shouldn't it use the existing "data" frame? Any help
would be appriciated.
 
R

Robert Aldwinckle

If have a frameset that looks like this:

<frameset rows="62,0,*" frameborder="NO" border="0">
<frame src="page1.htm" name="menu" scrolling="no" frameborder="no">
<frame src="page2.htm" name="hidden" scrolling="no" frameborder="no">
<frame src="page3.htm" name="data" >
</frameset>


I have links that target the "data" frame. And it looks this:
<a href="page4.html" target="data">link</a>

Most of the time the links works but somethimes it opens up a new IE
window with "page4.html" as it's source. Why does it sometimes open a
new window?

Because your Shift key is sticking? ;)

---
 

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