[jQuery] Send password with post

[jQuery] Send password with post

<div dir="ltr"><div>What I want:
When click in a button, call a javascript function that:
<ul><li>calls with post a function in my server (by a url) that gives a response</li><li>get this response (that is a password) and send via post to other address</li>
</ul></div>I could send via post by a function php in my server, but I don't want this right now, it must step by a java script.
thanks!
</div>