How to make two Winjs.xhr call one for retrieving the Captca from a website and another to submit data back
问题 I 'm making a windows app using HTML5/JAVASCRIPT . What actually i want is to retrieve a captcha from a website and then submitting the captcha along with other form field to the website(.aspx) back and getting the response back.I think that i have to handle cookies for this purpose ,but i do not know how to do this . 100 times salute to the person who will show interest in this . Here is what i did . // Retrieving the Captcha. WinJS.xhr({ url: "http://example.in/main.aspx", type: "get",