The jQuery way uses this method : http://docs.jquery.com/Data
Another is to hide an html element that holds your data, but you'll probably
like .data() better.

Michel Belleville


2009/11/22 Niche <bjorn....@gmail.com>

> I have 2 servers, a front end and a backend.  I cannot execute server
> side scripts on the front end server.  I need to get information from
> a form and pass it to my backend server.  I must use Ajax for this.  I
> am doing this with jQuery.  I would like to store the form field
> information in JSON format and then read it on the backend server.
> How would I go about this, thanks.
>

Reply via email to