Questions tagged as 'ajax'

0
answers

Why is the webSQL reading not executed?

I have this js on an asp page: <script type="text/javascript"> function onSend() { debugger; var paciente = {} var result = null; paciente.nhc = "151617"; result = getfingerPrint(p...
asked by 06.06.2018 / 04:08
0
answers

Php statement meets but does not show results

this is my php code: <?php require_once "conexion.php"; $conexion=conexion(); $n= isset($_POST['nombre']) ? $_POST['nombre'] : null ; $sql="SELECT id_habitacion, numero, nombre_categoria, estado_habitacion FR...
asked by 05.06.2018 / 03:24
0
answers

AJAX query Doubt about browser warning

hi friends I have a question as you will see work with php javascript jquery etc .. my concern is the following when I make a ajax call in the same call I add a script tag because I really need it to execute the corresponding functions once a...
asked by 05.06.2018 / 02:19
0
answers

Cordova, Ajax, error in apk build

I have a problem that already has me desperate, I am creating an app and when I try to "buildear" with Android Studio SKD the generated apk does not make the calls to me Ajax, I read about the use of the whitelists, the meta tag of protection an...
asked by 31.05.2018 / 06:09
0
answers

When the cookie expires, it renders a view within my form when making a post. Why is this happening?

I have the following problem, which is not why it happens or how to fix it. Next I expose the case. I have a web application built with asp.net mvc5 which has a cookie that lasts x minutes, at the time of expiration and is about to submit som...
asked by 31.05.2018 / 22:59
0
answers

Problems to remove a record from a table with ajax?

You see I am trying to delete the record of a table with Ajax, this table is made through DataTable, however the delete button does not want to work, it throws me the following error: ReferenceError: BorrarSeccion is not defined Here I...
asked by 30.05.2018 / 20:03
0
answers

Onclick PHP or JavaScript

I explain my problem. I'm doing a kind of calendar with which to click on a day, within the same page opens the selected day, telling me if it is Monday, Tuesday ... the day in number and the year of the day I have selected. Now I was trying...
asked by 21.06.2018 / 20:16
2
answers

Can conditional be used if in success in Ajax?

Can an if conditional be used to validate the result of a variable ?, something like: $("#update").submit(function(e){ e.preventDefault(); $.ajax({ url: "ruta/al/archivo/uploadFac.php", t...
asked by 29.05.2018 / 16:43
1
answer

How to show an array with several values stored in the same field

I have a field that stores a value of an array with several separate data with (,) in the same field of the database, as I do to show that data to show that information in a report. $sql = mysqli_query($con, "select * from document where...
asked by 07.06.2018 / 23:31
1
answer

Regular expressions in AJax requests

I have a REST request that returns a json with values {"Meta Data":{"1. Information":"Intraday (1min) prices and volumes","2. Symbol":"MSFT","3. Last Refreshed":"2018-05-30 16:00:00","4. Interval":"1min","5. Output Size":"Compact","6. Time Zon...
asked by 31.05.2018 / 21:07