Results 1 to 3 of 3

Thread: ***---forcing frames---***

  1. #1

    Thread Starter
    Lively Member mykg4orce's Avatar
    Join Date
    Oct 2000
    Location
    CANADA
    Posts
    92

    ***---forcing frames---***

    i need to force pages into a frameset. i have a main frame set that has two parts
    a header frame and a main frame

    the header frame never changes but the mainframe has the menu and all the other pages open in this mainframe ares. the problem is that i have a intro page that has links to all the sections and this intropage is not in the frameset. it is a free standing page so when some clicks a link it goes directly to the page.

    I want it so that when the person clicks on this link it opens the page but in the frameset.

    go here

    http://members.home.net/mykg4orce/index.html (this is the main free standing page)

    once there click on proceed, u'll see that it opens the page with my name at the top which is the header frame and the main index page in the mainframe area.

    now go back and click on resume from the link above, see what happens it opens the page without the frameset

    hw do i solve this problem.....

  2. #2
    scoutt
    Guest
    I would think that you would just set the target to the mainframe,

  3. #3
    Member
    Join Date
    Sep 2000
    Posts
    49
    The easiest way (probably not the quickest though) is to have different "index_frame.html" pages for each link on your intro page. For example:

    index_frame_resume.html would include:
    Code:
    <frame name="mainFrame" src="resume.html" frameborder="NO">
    index_frame_projects.html would include:
    Code:
    <frame name="mainFrame" src="projects.html" frameborder="NO">
    ...etc.

    or don't use frames at all.

    Hope that helped.

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