Results 1 to 2 of 2

Thread: HTML Frames

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    HTML Frames

    If I have a HTML page of 2 frames :
    Code:
    <html>
       <head></head>
    
       <frameset rows="20%,80%" border="1">
          <frame Name="FrmLeft">
          <frame Name="FrmRight">
       </frameset>
    	
       <body></body>
    </html>
    Type of thing, and in the left frame I have a button or link, I need a new page to be displayed. I can use the window navigate event to load a new page up, but this will just be displayed in the left frame.

    Is there any way this link or button could ignore all the frames and load a page into the whole of the screen / browser window please ?

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    I found it out now, how do I delete this thread

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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