'cause i need someon knowledgable to answer my question.
k
here is my page i need help with.
the plan: a user types in a name in the text box, clicks "add new name" link as many times as he wants and enters as many names as boxes or not. user clicks submit and the names are put into a xml file which will be used imediately afterward, but that's a question for another time.
what's going down: by clicking "add new name" a new text box is added into the div tags innerHTML. I need to figure out a way to keep the users entry, but that's not my question, though if you want to answer that go ahead.
my question: can the names of the new textboxes be seen by php's $HTTP_SERVER_VARS thingy? I need to know just so i know if my php code is bad, or if it just won't work with my javascript.
to see the javascript it's list.js in the same folder.
thnx