Passing Data Between Three Frameset.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karunagaraprabh
    New Member
    • Dec 2010
    • 2

    Passing Data Between Three Frameset.

    Hi all

    i have three frame set .On frame1 i entered One data after clicking the button i want to pass to the other two frameset .Can any one explain me in datail


    Thanks in advance
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Post your code.

    You need to access the parent element from frame1 to then access the other 2 frames. You can use the window.frames syntax to access frames from the top-most browser window.

    Also consider NOT using frames.

    Comment

    Working...