Results 1 to 3 of 3

Thread: linking locations from a frame?

  1. #1
    Join Date
    Nov 2004
    Location
    Here to often...
    Posts
    53
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face linking locations from a frame?

    Hi I was wondering if anyone could point me in the right direction???
    I have two frames (lets call them left and right!) I am trying to target the link in the right frame to go to a specific location within the document (say the bottom of the page) in the left frame when clicked. Now I know to target within a document would be the <a href="#whatever" and <a name="#whatever" tags and to target a frame would be <a href="blah.htm" target="left" tag but I have not the foggest on how to combine the two, I have fiddled and faffed but to no avail........

    I will be forever in your debt if you can help me out with this
    Thanks
    astral x

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

    Default

    Aargh, your font colour is making my eyes bleed. Please stick to the default black.

    Have ye tried these?

    <a href="#anchor" target="left">text</a>

    Or

    <a href="page.htm#anchor" target="left">text</a>

    Obviously, replace parameters as required.

    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
    Nov 2004
    Location
    Here to often...
    Posts
    53
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    wow quick response, sorry about the purple..........

    Thanks for that, what I was doing was leaving a gap between .htm and name
    I have closed the gap and it now works.

    astral x

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
  •