Search results

  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

    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