Hi, All
I have a frameset, which has two frames (upper and down).
<frameset name="MyFrames" rows="50%,*" border=0>
<frame name="controls" target="main" src="UpFrame.htm" scrolling="auto" noresize>
<frame name="main" src="DownFrame.htm" scrolling="no" noresize>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
In the IE, I can see the UPPER part of the UpFrame.htm and the UPPER part of the DownFrame.htm.
My question is:
Is there a way, I can see the LOWER part of the UpFrame.htm and the UPPER part of the DwonFrame.htm?
Thanks
J.D.