4/16/2019 8:43 PM | |
Joined: 2/8/2017 Last visit: 3/15/2024 Posts: 87 Rating: (17) |
as you already mentioned, you need to remove JS in the Webserver settings. To transfer the data between the web-server and you web-page i recommend to use JSON as the format for data exchange. here in this thread is a minimum example which show how to use AJAX and to transfer data via JSON, its on the second page right in the middle:-) BR |
Last edited by: RedCali at: 4/16/2019 8:43:24 PMLast edited by: RedCali at: 4/16/2019 8:44:14 PM |
|
4/17/2019 1:23 PM | |
Posts: 24 Rating: (0) |
Issue is resolved, I just ditched the whole Jquery thing and made my own AJAX using the Httprequest and response. |
Follow us on