Hi,
I need a JavaScript code that saves HTML form's data and fields in a XML file for further processing in server.
Cheers
Hi,
I need a JavaScript code that saves HTML form's data and fields in a XML file for further processing in server.
Cheers
Javascript cannot save files on the server. You can use AJAX to make a serverside language do this, but there's no real advantage if you're submitting a form anyway. Look into a serverside language like PHP or ASP.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Last edited by usyd; 12-27-2010 at 10:34 AM.
It can produce XML formatted text, but it will not produce a file. Is that what you want?
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks