Results 1 to 2 of 2

Thread: Frames in ASP .NET page

  1. #1

    Thread Starter
    Hyperactive Member JMvVliet's Avatar
    Join Date
    May 2001
    Location
    Papendrecht, Netherlands
    Posts
    310

    Frames in ASP .NET page

    Hello,

    I have an ASP .NET application which I haven't set up, but should make some improvements to. One of them is to create a frameset in the HTML pages, but I can't get it to work.

    Could someone help me with this? See attachment for HTML source. See other attachment to see which part of the screen needs to stay on top (between the red bars), and which part needs to be scrollable (below the red bars)

    Thanx in advance, if u need more information, I can give that...

    JM vV
    Attached Images Attached Images  
    Attached Files Attached Files
    Last edited by JMvVliet; Nov 10th, 2005 at 08:40 AM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Frames in ASP .NET page

    Not sure what your question is, sorry. You're not clear. But to make your frameset, create two pages, and then add them to a frameset HTML page like this:

    <FRAMESET ROWS="15%, *">
    <FRAME SRC="1.aspx">
    <FRAME SRC="2.aspx">
    </FRAMESET>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width