Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. frames to no-frames

frames to no-frames

Scheduled Pinned Locked Moved Web Development
question
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Brakanjan
    wrote on last edited by
    #1

    Hi how do I go from a page that is divided in frames, to a page with no frames?

    A 1 Reply Last reply
    0
    • B Brakanjan

      Hi how do I go from a page that is divided in frames, to a page with no frames?

      A Offline
      A Offline
      alex barylski
      wrote on last edited by
      #2

      open that page in a new window using window.open() or <a href="newwindow.htm" target="_blank">New window without frames<a> Cheers :) The word of the day is legs, let's go back to my house and spread the word ;P

      B 1 Reply Last reply
      0
      • A alex barylski

        open that page in a new window using window.open() or <a href="newwindow.htm" target="_blank">New window without frames<a> Cheers :) The word of the day is legs, let's go back to my house and spread the word ;P

        B Offline
        B Offline
        Brakanjan
        wrote on last edited by
        #3

        tx, but I want don't want to open a new page, just want to load a page without frames in a page that was divided in frames...:confused:

        A H 2 Replies Last reply
        0
        • B Brakanjan

          tx, but I want don't want to open a new page, just want to load a page without frames in a page that was divided in frames...:confused:

          A Offline
          A Offline
          alex barylski
          wrote on last edited by
          #4

          It's been a while since I tinkered with frames (you should use tables it looks more pro) but anyways... In the HTML file which contains the FRAMES tags I believe you will name the FRAME which you wish to load another htm page into <FRAMES name="mywindow"> Then I think what you would do is inside your HTML page with links you do something like <a href='newwindow.htm' target='mywindow'> I believe thats how it's done :0 HTH Cheers :) The word of the day is legs, let's go back to my house and spread the word ;P

          1 Reply Last reply
          0
          • B Brakanjan

            tx, but I want don't want to open a new page, just want to load a page without frames in a page that was divided in frames...:confused:

            H Offline
            H Offline
            henningbenk
            wrote on last edited by
            #5

            In your link set the target to "_top" like this:

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups