If ou mean writing to a file on the server, yes it's possible with AJAX but will require some cleverness. it's a bit mroe complex than just submitting a form.
If you mean on the user's machine, javascript is deliberately prevented from writing anything but cookies. On May 14, 10:59 am, Sid <[EMAIL PROTECTED]> wrote: > Hi, > > I want to write data entered by users to a php/html/txt file. > > Is this possible using jQuery? > > Regards