Questions tagged as 'ajax'

0
answers

how to solve HTTP Error 404.15

My problem is that when making an Ajax request, when I send my information I receive this error:    The Request Filtering module is configured to deny a request when the query string is too long. I see in other forums that it is because o...
asked by 05.07.2018 / 23:21
0
answers

Jquery does not execute events of elements called dynamically

I tell you: I have an Ajax request that brings me some data and loads it into a table. Between these data there is HTML code of a button, and when it loads, it loads super well. In the template, where the aforementioned table is loaded, I put "l...
asked by 04.07.2018 / 22:51
1
answer

Send js list to a Spring Java controller

I hope to receive a list in my controller that is sent by ajax , in Java but I get an error:    Non-type collection, that is, it does not match. Any other way to stop it? JavaScript var itms = []; for (i = 1; i < 10; i++) {...
asked by 03.07.2018 / 18:10
0
answers

How to rerun an sql statement using ajax?

I have a question as to how I can rerun the sql statement again, when sending the form via ajax. Here is the code of the sentence that is executed $conexion = $this->conectar(); $sql = "SELECT * FROM usuarios WHERE usuario = ? A...
asked by 03.07.2018 / 04:22
1
answer

Update database data without updating page [closed]

I have a question: I want to update the data that is seen in my php web that is connected to a database and that what changes in the database is updated on the web without updating. I know it's done with "Ajax" but the only tutorials I found are...
asked by 30.06.2018 / 05:11
0
answers

pass values to a Jsp with Json from a servlet

Hi, I have a problem with jsp, I have a form that makes a query to the database and should return the contents of the database in a lightbox that is in the same jsp file, I'm trying with json <div class="form-group form-float">...
asked by 01.07.2018 / 04:07
1
answer

Export pdf file using ajax in MVC C #

I would like to know how to export an excel file using ajax, I have tried in the following way, but it does not work: $("#ajax_loader").css("display", ""); var formato = "PDF"; //window.location.href = url; //$("#ajax_...
asked by 03.07.2018 / 01:09
1
answer

How to pass a fix by Jquery ajax to a servlet (java)

I have an order form with several input and I want to send the value of all these input to a servlet through jQery ajax to a servlet, my problem is that the amount of these input is variable ie the user is free to increase more orders (input) so...
asked by 27.06.2018 / 01:44
0
answers

saved with xajax and php

I'm doing a save with xajax and php where I validate the required fields and then I send the complete form to the controller this is the function in the view function validarFrmUsuario(){ if(validarCampo('txtEmpleado',1) === true &am...
asked by 25.06.2018 / 19:59
0
answers

Uncaught SyntaxError: Unexpected token: using Google Maps API

When I enter my page to load the latitude and longitude data to show on the google map, I get the following error in the console: Uncaught SyntaxError: Unexpected token : When checking the javascript, it does not indicate an error, but it o...
asked by 25.06.2018 / 18:16