Re: accessing table cell programmatically
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: Mon, 27 Aug 2007 07:08:03 -0700
On Aug 27, 3:56 pm, "ma" <m...@xxxxxxxxxxx> wrote:
Hello,
I want to use this graph object in my asp code:
http://www.codeproject.com/jscript/dhtml_graph.asp
If I add the text from this demo (the code which is provided on the web and
shows how to use the graph), I can see the graph on web site. I also add it
to the cell that I want to display and I got the result. I want to create
the code based on my data and then set it in a way that it appears on the
specific place (inside a cell ) but I am not successful. Any suggestion?
Regards
The following line
bg.parent = document.getElementById('here');
set the parent object for the Graph
"here" is the id of the specific cell
<td id=here align=center></td>
So, all what you need is to define id for the table cell where your
Graph has to be presented.
.
- Follow-Ups:
- References:
- accessing table cell programmatically
- From: ma
- Re: accessing table cell programmatically
- From: Patrice
- Re: accessing table cell programmatically
- From: ma
- accessing table cell programmatically
- Prev by Date: Re: Unable to retrieve the user sid from context.
- Next by Date: How do I validate controls inside a repeater?
- Previous by thread: Re: accessing table cell programmatically
- Next by thread: Re: accessing table cell programmatically
- Index(es):
Relevant Pages
|
Loading