[plt-scheme] Re: Restart Web-server
On Sun, Nov 8, 2009 at 9:48 PM, Japus <jasper.maes at gmail.com> wrote:
> Now, I put a hidden textbox in the servlet and set the value to the
> value of the variable. When I use Ajax and I want to renew the value
> of the textbox on the document with the value out of the
> XMLHttpRequest it's still the same as before although I know it has
> changed.
> I'm pretty new at the HTML-Javascript thing and it might be a stupid
> question but what do I do wrong?
I doubt anyone can say unless they see some code. Why use a hidden
textbox when you can just declare a variable in Javascript?
N.