losing scope

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NewGuy
    New Member
    • Nov 2006
    • 14

    losing scope

    I have an Iframe that gets created in a HTML doc.

    The iFrame document uses its own JavaScript and CSS to create a scroll list.

    In the same doc. that the iFrame is created in the user can make selections and a different JavaScripting page generates a window.

    The new window allows the user to enter in data. I need to pass that data to the iFrame to update it.

    Does anyone have or know where to find an example of this.

    The problem I'm getting is that the Array/list of data loses scope when I try to update the list. I end up with no data in the Array/list to add the new data too.

    Thank you
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    How are you trying to pass the info? (Post some code or a link)

    Comment

    Working...