473,378 Members | 1,543 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Div Item not get Painted some times

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.

Apr 12 '07 #1
0 833

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

25
by: skull | last post by:
Hi everybody, it is my first post in this newsgroup. I am a newbie for python though I have several years development experience in c++. recently, I was stumped when I tried to del item of a list...
8
by: Prakash | last post by:
I have a msgbox in my form activate event with an OK button. However the msgbox shows up BEFORE the form is painted. I would like the msgbox to be visible after the form gets painted on...
3
by: Blair Bonnett | last post by:
Hi all, Run into a problem I can't find a solution for. I'm writing a C# app which has a custom background for the form (a gradient). I've successfully overridden the forms...
12
by: Dean Slindee | last post by:
In all instances where I show a form inside a control (tabpage, panel), the controls within the shown form are stretched vertically about 5% from the original. That is, if a textbox with an actual...
4
by: hzgt9b | last post by:
Using VB .NET 2003, I have a windows application that performs a series of file actions (copy, move, delete) but the actions are completing before the window is painted on the screen... how can I...
16
by: sophie_newbie | last post by:
I have a list a little something like this: StringA StringC StringB StringA StringC StringD StringA ....
6
by: Nayan | last post by:
I have been working on a card game (called Uno) for past few days. Language used : C# 2.0 When I start a new game, a dialog window pops up asking the name of the player. I enter the name, and...
2
by: sukhjinder | last post by:
want to Draw a Custom Background for the selected Item Here is what I've tried MyListBox() //Constructor { this.SetStyle(ControlStyles.DoubleBuffer, true);...
0
by: dvjava | last post by:
Hi, I need to come up with a java program (JList) to monitor products/goods for my operation. The program should let me enter products (items) or delete them, one at a time. Once entered, a...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.