Click to See Complete Forum and Search --> : CGI get and post to HTML


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.

btisdabomb
11-30-2005, 11:41 PM
Nevermind, I just recreated the whole HTML with the CGI and inserted it there.