Hello I am doing an analytical project for delay tolerance for various applications. So I need to build a portable application to take user feedback. I am trying to do this using Javascript. Whenever, the user clicks a button on the JS page I have to send a request to the HTTP server setup on the router to change the delay. I want to implement this as a HTTP request (POST). I know Javascript. I found ways like Jquery, Protocol but I intend to send only one parameter(need not be hidden) Can some one help me with this?
Asked
Active
Viewed 847 times
1
-
Are you looking for this http://stackoverflow.com/questions/133925/javascript-post-request-like-a-form-submit ? – marapet Apr 30 '11 at 16:20