how do you do this?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shew

    how do you do this?

    Hi,

    I have got a main form with information about products. On this main form
    you can change for example the product name, picture. When you want to
    change the picture, you click on it and there is coming a pop-up window. On
    this pop-up window you can choose a new picture for your product. When I
    click on the new picture, the pop-up window is closing.

    Problem: I want to refresh the picture on the mainform with the new picture.

    Thanks


  • Atrax

    #2
    Re: how do you do this?

    use the window.opener object to refer back to the parent window

    window.opener.d ocument.forms['formname']... etc...





    _______________ _______________ __________
    Why? Why was I programmed to feel pain?

    Atrax. MVP, IIS


    newsflash : Atrax.Richedit 1.0 now released.
    click the link above!

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

    Comment

    Working...