I'm sure this is possible but I just can't find anything in the many reference manuals that will show me how to have a variable that was entered by an internet user automatically displayed on a window on the monitor of the web server that is serving as the host.<br><br>Since the ASP code is running on the server I sort of thought this would be easy..but I can't find anything that is clearly showing me how to do this..<br><br>After a few days of thinking about it I started thinking that I need somehow to pass the data to a separate VBASIC file that is resident on the webserver. But my gut tells me that there must be away to activate a window on the server and display data on the window since the ASP code is running on the webserver.<br><br>Storing the variables from the internet user in a file and then having a separate program look for data in the file won't work in this situation. I can't have the data stored on a webserver file, but rather it must be displayed on the monitor for a certain small period of time.<br><br>Again, given the ASP code is running on the webserver...this is probably simple.<br><br>Can anyone help?