Results 1 to 5 of 5

Thread: Multiple Links In Frames

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Rhinelander, WI USA
    Posts
    59

    Question

    Ok Here Is My Question

    I have 4 frames left corner top and main.

    What i would like to do is the left has all my buttons for my links and i can link one document to the main frame but i would also like the top frame to change as well when clicking the link and i do not know what i have to do to get this done. I am using dreamweaver 3 your help would be greatful thank you

    Lee

  2. #2
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    I believe that you will have to go into the HTML and do it... What is it that you would like to change in the top frame? An image? I'll think about it and brb.

  3. #3
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    Thanks for the Email. One way would be to have multiple target frames from the button (main and top for example)and to have multiple files that will open in the targeted frames.... How that is done... Well I am looking at the moment... I will hopefully find the code. If not then I am sure that there is a more proficient coder than myself in the forum! I'll be back!

  4. #4
    Addicted Member dmr's Avatar
    Join Date
    Jul 2000
    Location
    West-Germany :) Timezone: GMT +1 [DST] North.......: 52° 16’ 09” East...: 10° 31’ 16”
    Posts
    255

    Thumbs up

    Try using a JavaScript:

    <script><!--
    function DblLoad(l1,l2) {
    // x1 & x2 number (beginning with 0) or name of
    // target frame

    frames[x1].location = l1;
    frames["x2"].location = l2;

    }

    //--></script>

    You call it this way:
    <a href="javascriptblLoad("location1","location2")" target="_self">HERE</a>

    Hope the answer isn't too late...
    Code that I author is neither elegant nor efficient. It is, however, functional. Once I get something that works, I'm generally satisfied with myself - I mean, if it works, that's good enough, right?

    Originally posted by aknisely
    Sorry, but I feel uncomfortable on CC with clothes on
    __________________
    The truth ... is out there!

  5. #5
    Addicted Member dmr's Avatar
    Join Date
    Jul 2000
    Location
    West-Germany :) Timezone: GMT +1 [DST] North.......: 52° 16’ 09” East...: 10° 31’ 16”
    Posts
    255
    Sorry about the

    It should be a ":" and a "D"...
    Code that I author is neither elegant nor efficient. It is, however, functional. Once I get something that works, I'm generally satisfied with myself - I mean, if it works, that's good enough, right?

    Originally posted by aknisely
    Sorry, but I feel uncomfortable on CC with clothes on
    __________________
    The truth ... is out there!

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