Results 1 to 3 of 3

Thread: Changing the contents of two frames at the same time

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Location
    UK
    Posts
    30

    Changing the contents of two frames at the same time

    Hi, I have a html page with a top frame and a bottom frame, the top frame contains the menu options and the bottom frame contains the information.

    At one point I click on the menu, in the top frame and change back the bottom frame contents to the home page, BUT, I also need to change the menu contents in the top frame at the same time.

    PLEASE, can this be done, if so, how?

    Thanks for your time
    Steve
    [email protected]

  2. #2
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    the the menu uses an anchor <a> why cant you put something in the onmouseclick event...

    ie

    Code:
    <a href="banana.htm" onmouseclick="javascript:document.location.href='menu.htm'"></a>
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Location
    UK
    Posts
    30
    thanks for the info, i will try it out

    Steve

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