Div Item not get Painted some times

G

Guest

I have a div control on my web page which to which i assign a XML document
which contains a HTML table as innerHTML, but sometimes table will not get
painted on web page.
Although the same get painted when i click on minimize and maximize button,
given below is the piece of javascript code i am using for the same

var divFullReport = GetElement("div_FullReport");
divFullReport.innerHTML = '';
divFullReport.innerHTML = xmlFinalStructure.xml;
This client side javascript code get executed when user press client side
button on web page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top