Hi,
i've a page asp with a panel object. With this panel i msut update backgroundimage with javascript function.
I call the radwindow with this code:
now when close the radwindow i must trasfer the path image to master page and refresh automatic the panel's backgroundimage.
this code is:
and this code into radwindos is:
but the backgroudiamge dont update..i see with debug step to step that che variable strimage has the path correct but dont update in this code
panel.style.backgroundImage
how do you it?
bye