HTML forms/ajax problem

Associate
Joined
21 Feb 2004
Posts
886
Hi, I have a form within my asp with multiple fields within this form. I have Ajax that apparently sends a selected few of these fields to another page. However, when this Ajax/button is submitted the form sends every single field within form which I do not require? Is there a way to solve this problem with only submitting my selected few?

Thank you,

Eliot.
 
I'm not an expert at "AJAX" but you could try just taking some of the form id/names out of the file thats posting it and just leave the remaining ones you want.
 
Hi, I have a form within my asp with multiple fields within this form. I have Ajax that apparently sends a selected few of these fields to another page. However, when this Ajax/button is submitted the form sends every single field within form which I do not require? Is there a way to solve this problem with only submitting my selected few?

Thank you,

Eliot.


Unless the form is massive, is there any reason not to just ignore the values you don't need?
 
Back
Top Bottom