shane18 Posted December 29, 2009 Share Posted December 29, 2009 Is the xmlhttp.send(NULL) method a way of requesting what type of encoding you want the data returned for example? Quote Link to comment Share on other sites More sharing options...
shane18 Posted December 29, 2009 Author Share Posted December 29, 2009 What I meant was... What is the parameter in the send method used for? Quote Link to comment Share on other sites More sharing options...
Adam Posted December 31, 2009 Share Posted December 31, 2009 If you're using the POST method you would add your parameters to the send() function: xmlHttp.send('param1=foo¶m2=bar'); 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.