I wrote a DHTML application in VB 6.0 that gets different parameters from a specialized computer through a serial port. I am posting these parameters in cells of a table on a web page. All of this works fine when the page is viewed from the web server, but when it is viewed from a different computer over the internet, the parameters are blank. Also, one thing I noticed is that the HTML source built by VB 6.0 shows that the HTML code is not updating even though the screen (when viewed from the server) is. Could someone plese point me in the right direction? This is my first DHTML application, and I don't know what I've done wrong at this point. Thanks!