Using Java Script to pass data

Posted by Doodle on Stack Overflow See other posts from Stack Overflow or by Doodle
Published on 2010-04-26T21:29:22Z Indexed on 2010/04/26 21:33 UTC
Read the original article Hit count: 224

Filed under:
|

How can I pass data from client to server?

I have a very simple text editor created on a site and every few minutes or so I would like to send the information that has been typed in back to the server as a text file. I am trying to create an effect similar to the live type of googleWave.

Speed and efficiency isn't all that important at the moment. A quick and dirty way would be suffice.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about client-server