Recent content by shaman

  1. S

    Save file with dynamic data and file prompt

    How can I obtain a file-save prompt in order to SAVE dynamic data? I tried with JQuery: $(‘download’, { “download”: exportFileName, “href”: “data:,” + encodeURIComponent(stringa2), “id”: “exportDataID” }).appendTo(“body”)[0].click().remove; BUT don’t prompt anything Then I tried with classic...
  2. S

    ExeOutput, external call with Ajax

    Thank you for the support… It’s true: 2.x versions of JQuery don’t support IE8 but I use jquery-1.10.1 so it should work… 😦 Today I try to write a part of the program using XDR, hoping to solve
  3. S

    ExeOutput, external call with Ajax

    Absolutely no firewall (hw or sw): connecting my laptop to the same network, the program runs smoothly. I still think that the problem is the CORS and the customer’s Explorer version limits . I also applied the JQuery plugin https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest but...
  4. S

    ExeOutput, external call with Ajax

    Hello everyone, I have a problem with Exeoutput and I do not understand its origin. The result is essentially an html page with JQuery, making ajax calls to an external server. The call is made with http://www.domainname.ext/filename.php If I type the address directly in the customer’s browser...
Back
Top