Results 1 to 3 of 3

Thread: Communication between frames

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    66

    Communication between frames

    Hi

    I am using a frameset in a html page, there are 2 frames to
    split vertically to produce a windows explorer effect. my left
    frame has a treeview control that is implemented using a
    table. my right frame also has a table with the same amount
    of rows as the treeview. basically what I need is when items
    in the treeview are displayed/hidden I would like to do
    the same in the other table in the other frame, but I cant
    figure out how to access the other pages elements form my page that has the treeview?

    any suggestions/help would be awsome.

    thanks

  2. #2
    Lively Member
    Join Date
    Jul 2001
    Location
    USA
    Posts
    95
    parent.framename if you named the framesets or parent.frames(1) if you didn't

  3. #3
    Lively Member
    Join Date
    Jul 2001
    Location
    USA
    Posts
    95
    parent.framename if you named the framesets or parent.frames[1] if you didn't

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