2

I just want a java script program to handle http post request

1
  • 4
    What do you mean by "handle"? Send an HTTP POST request? Respond to the request and send a reply? Commented Mar 30, 2010 at 6:51

2 Answers 2

1

jQuery's AJAX support lets you submit HTTP POSTs from a web page.

Sign up to request clarification or add additional context in comments.

Comments

0

You can use it to send one, but not do much to very much to really handle it.
Maybe there is some solution to what you want to do if you explain more what you are after.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.