Re: how to post data to server using AJAX?
Posted By:
Anonymous
Posted On:
Thursday, March 30, 2006 04:23 AM
Automate it, select all the input objects in your form you wish to submit, iterate through them,and use their name as the argument, with their value as the value,note: use their _name_,not their id