i don't know exactly where to pose this question, so i'll do it here...
I have a webpage with severel dropdown boxes or radiobuttons.. it works like this... somebody can select something in the first dropdownbox/radiobutton and after that a second dropdownbox is filled with values that depend on the first choice.. So they are dynamically filled...This works ok.. I managed to do this with JavaScript and a lot of help from the Internet
Now my question is: Is it possible to store the several answers in a text file? This text file should contain the answers of the first question and the following questions... I already know it can't be done with JavaScript, so what should i use instead?
Bookmarks