Question: I have one popup window it contains some values in textbox and textarea.
I need to submit the value to server without closing the popup window.
Is there any way….
Thanks in Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, use Ajax with POST:
I would also add that you should be able to do a regular POST via form in the popup without closing it anyway. Its just another browser window…