Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: View HTM Screen


Message #1 by Jinlin.Ding@c... on Wed, 28 Nov 2001 12:50:35 -0500
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.



  Return to Index