Results 1 to 6 of 6

Thread: help with links in frames

  1. #1
    Join Date
    Jan 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help with links in frames

    Hello
    i have a doubt and i would very much appreciate if you could help, i am trying to build a page in my page, but i donīt have a lot of experience. in each page i have two frames, one with a vertical menu of my site that i took from DD and in the right, a frame with the information of the page.
    my objective is that when i click in the link in the left frame, the page would appear in the right frame, but it doesnīt it appears in the frame where the link is.
    what can I do to solve this?

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    one with a vertical menu of my site that i took from DD and in the right
    Please link to this script.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Jan 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i am sorry but i didn't understand the answer, where is the script?

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You said you are using a script from DD - what's the script's name?

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  5. #5
    Join Date
    Jan 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Switch Menu IE5 NS6!

  6. #6
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    These links:

    Code:
    		- <a href="new.htm">What's New</a><br>
    Change to:

    Code:
    		- <a href="new.htm" target="_framename">What's New</a><br>
    But replace _framename with the name of the target frame.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

Bookmarks

Posting Permissions

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