mila
09-26-2003, 08:00 PM
How would I take the information from a javascript and put it in a file on the server?
example:
I have a form created with javascript. This information needs to be placed in an LDIF file on the server to be processed elsewhere. I know I have to use an "action" and "method" but the only one I've seen thus far is action="mailto:...." and method="POST"
What if I want the data to go to xyzfile.ldif instead email?
example:
I have a form created with javascript. This information needs to be placed in an LDIF file on the server to be processed elsewhere. I know I have to use an "action" and "method" but the only one I've seen thus far is action="mailto:...." and method="POST"
What if I want the data to go to xyzfile.ldif instead email?