First time it do not load the data in firefox

  •  11-20-2008, 8:24 AM

    First time it do not load the data in firefox

    the following code does not load the data in firefox when i click on edit button with alert i am geting the data but editor do not show it but when i click it again then it show the data in editor so for first time it do not work.
     
     

    alert(document.getElementById(dvData).innerHTML);

    document.getElementById('<%=qtroEditor1.ClientID%>').setHTML(document.getElementById(dvData0).innerHTML);

View Complete Thread