RCFleischer
08-16-2002, 05:18 AM
I am replacing the child of a TD. This child is an applet with 1 parameter. For now, I am replacing it with the same applet and parameter. The old applet is wiped out, but the new applet does not display. (The IE innerHtml or whatever it's called does work -- with the latest Sun plugin -- but I need a more general purpose solution.)
I think I could make this work using frames.
BTW, the general problem is graphing about 100 points when a selector is clicked. (I found an applet to graph from X,Y pairs.) The selectors are in a 10x10 array. Some subset of selectors are hilighted, indicating that data is available. When the selector is clicked, I try to reinit the applet with a new data file.
Thanks,
Rick
I think I could make this work using frames.
BTW, the general problem is graphing about 100 points when a selector is clicked. (I found an applet to graph from X,Y pairs.) The selectors are in a 10x10 array. Some subset of selectors are hilighted, indicating that data is available. When the selector is clicked, I try to reinit the applet with a new data file.
Thanks,
Rick