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.
				
			<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.
	