Re: accessing table cell programmatically



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.

.



Relevant Pages

  • Re: Using a chart like a formula...?
    ... and I'd position it near the selected cell. ... selection changed; this can even be done with a defined name (dynamic ... I want to track the progress of certain "students". ... I would like to make ONE GRAPH. ...
    (microsoft.public.excel.charting)
  • Re: Using a chart like a formula...?
    ... and I'd position it near the selected cell. ... selection changed; this can even be done with a defined name (dynamic ... I want to track the progress of certain "students". ... I would like to make ONE GRAPH. ...
    (microsoft.public.excel.charting)
  • Re: adjusting an image
    ... cell a second time, and so on. ... vertices and edges of the incidence graph (in which each vertex is the ... Repeat the same with double-primed-vertices. ... double-primed vertices are at colors of time=2. ...
    (sci.math.research)
  • Advanced filtering of Union of named Ranges
    ... Therefore I made the graph dynamic. ... start cell and the end cell is an offset from the start cell. ... Dim rngToFilter As Range ... Dim rngTargetRange As Range ...
    (microsoft.public.excel.programming)
  • Re: Offset Errors with Ranges
    ... Report_Month refers to one cell. ... So what I am trying to do with the offset is, ... graph I get an erroneus graph. ... >>and can't get it to recognize a proper formula. ...
    (microsoft.public.excel.misc)

Loading