My problem is that when I try to submit a form with jQuery Form plugin (http://jquery.malsup.com/form/), with contentType: script, I get "Save as" pop up on IEs, that tries to save my response script.
Example code: $("#vendor_edit").ajaxForm({dataType: "script"});
response is JavScript, that is properly executed on all the other browsers -- but IE tries to save this file "vendors.js". Any ideas what might force IE to trigger this pop-up?