The webpage (which is a few years old now) used to relay variable data (per second) from the javascript to webpage
using document.all, but since document.all is no longer valid, I have to updated the webpage to use the
getElementById command instead.
The aim is to get the values to display on the webpage in the Firefox 3 browser.
I'm using it for both text and values. As far as I know, values
should be possible.
I can't send it as a string shockwave, it has to be a changeable variable because of the frequency it's being updated.
Update:
Problem has finally been solved
