nagalenoj Posted February 23, 2009 Share Posted February 23, 2009 Dear friends, I am using a ajax function which will be called on submitting a form. The form has many number of fields. When I call the url to serve, xmlHttp.open("GET","../bin/submit_values.php,true); The url name looks very big when concat all the values in the form. Is there any other way to send more arguments with the url.? Quote Link to comment Share on other sites More sharing options...
corbin Posted February 24, 2009 Share Posted February 24, 2009 You could use POST, but you will still be transferring the same amount of data. You can't transfer data without transferring data ;p. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.