Javascript download ajax response as file
Handling an AJAX response in JavaScript (with or without jQuery) Posted on November 4, 2011 by matt. The Problem & the solution. One of the most common questions asked on StackOverflow tends to revolve around AJAX, and the inability to immediately utilize the response of an AJAX request as follows; サーバはJavaを使用。FWは使用しない。(SAStrutsなら簡単そう?) ダイアログを出すならAjaxかなと思いjQueryを使用。 Servletの非同期呼び出しは下記のように$.postで呼び出し、パラメータとコールバックメソッドを指定する