If I put all three frames to show yahoo.com it works good
but when I changed one of them to be what is my ip address (or any ip look up page)
it shows only the ip look up page.
can anybody help me please ?
thank you.
this is my code :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<FRAMESET cols="150, 150">
<FRAME src="http://www.yahoo.com"></FRAME>
<FRAMESET rows="95, 75">
<FRAME src="http://www.yahoo.com"></FRAME>
<FRAME src="http://www.whatismyipaddress.com"></FRAME>
</FRAMESET>
</FRAMESET>
</HTML>


