btisdabomb
11-30-2005, 07:38 PM
I have a webpage and I get some data from a textbox in which the user input. I get it with a CGI. I use the CGI to do something to the data (spell check). I get a response back and put the spell checked sentence into another variable. I want to be able to post that new variable back onto the HTML page in a different text box. How can I do that? Basically i want to get a variable, change it, and post it back to the same HTML page using the CGI.