S
SGA Smele
Hello,
Now I think that there is a simple answer to my problem, but I don't
know what it is and I can't work out what I should be searching for on
the internet to read up some more about it. Here is my problem:
I have a webpage that shows a graph. The graph is a streamed image
from another webpage. This works perfectly, see code below, I have
just written some HTML to display the graph.
<P align=center><IMG style="Z-INDEX: 105; LEFT: 9px; WIDTH: 950px;
POSITION: absolute; TOP: 217px; HEIGHT: 150px" height=150
alt=Temperature! src="draw_Graph_1.aspx?Channel=29&Hours=168"
width=950 border=0 ></P>
However, what I would like to do is to change the "Channel=29" to
something that the user has selected, so that they can change the
graph. Something like "Channel=iNewChannel", but I just don't know
how to go about this.
Thanks in adavance,
Smele.
Now I think that there is a simple answer to my problem, but I don't
know what it is and I can't work out what I should be searching for on
the internet to read up some more about it. Here is my problem:
I have a webpage that shows a graph. The graph is a streamed image
from another webpage. This works perfectly, see code below, I have
just written some HTML to display the graph.
<P align=center><IMG style="Z-INDEX: 105; LEFT: 9px; WIDTH: 950px;
POSITION: absolute; TOP: 217px; HEIGHT: 150px" height=150
alt=Temperature! src="draw_Graph_1.aspx?Channel=29&Hours=168"
width=950 border=0 ></P>
However, what I would like to do is to change the "Channel=29" to
something that the user has selected, so that they can change the
graph. Something like "Channel=iNewChannel", but I just don't know
how to go about this.
Thanks in adavance,
Smele.