Torna al Thread
function Loadimage(sender, argument) {
var strimage =argument;
var divimage = $get("<%= imgprofile100.ClientID %>");
divimage.style.backgroundImage = 'url(' + strimage + ')'; }
<telerik:RadWindow ID="RadWindowLoadprofile" runat="server" ShowContentDuringLoad="false" Width="452px" Height="430px"
Title="Caricamento immagine profilo" Behaviors="None" Modal="True" Behavior="None" Font-Names="Verdana" Font-Size="Small" IconUrl="/image/iconlogo.png"
Skin="Simple" ReloadOnShow="True" VisibleStatusbar="False" RestrictionZoneID="NavigateUrlZone" NavigateUrl="UploadImgProfile.aspx" OnClientClose="Loadimage">
</telerik:RadWindow>