Questions tagged as 'ajax'

1
answer

Is it possible to fire a file inside a server through a web page?

I would like to know if it is possible to execute a command inside a server through a web page, what I need is that through this page I can open a VBS script that I have saved or even open an application. No matter the language applied, is there...
asked by 17.04.2018 / 00:56
0
answers

Problems loading .js and .css into external files .php

I have an application that has a problem that has never happened before, recently I started using JavaScript to load content without refresh using ajax, but this caused a problem. Every external .php file that is called and needs the finished jq...
asked by 15.04.2018 / 19:23
2
answers

In AJAX only the "Fail" is executed, how to solve this problem?

Contextualization Home When the user presses the Authorize Documentation button, the Authorization mode will be prompted to select the user and enter the password, as shown in the following image. BusinessruleHomeThedefaultstatusofthedo...
asked by 12.04.2018 / 21:44
1
answer

Catch all data in an HTML table and insert into the database

I have an editable table in html, when I click save, I need to get all the data from the table, send it by ajax to the page that INSERT all rows in the database. My question would be: How to get all rows from the table and send via ajax....
asked by 21.04.2018 / 20:13
0
answers

Why does not Ajax show php return?

Hello, I am using PHPExcel to import data. I've done an if in php to check if one of the cells in excel has been populated or is 0, and if true it should return an error in an array object, but Ajax does not show that return. PHP:      $uplo...
asked by 11.09.2018 / 13:39
1
answer

Error 403 in request via $ .ajax to instagram

Does anyone know why this ajax request from error 403 and the URL works normally? The instagram has changed their api and I found this code that serves as a pagination in the media, when I make the request via ajax it of error (403 - forbidde...
asked by 11.04.2018 / 18:54
0
answers

Ajax does not return callback in IOS

I'm having the following problem, when I try to run my code it arrive in beforeSend however it does not return me if an error has occurred or was successfully executed, could someone help me with this. On PC and Android it works normally and doe...
asked by 13.04.2018 / 21:37
0
answers

Jquery - Wait for all calls to be made and return value

I'm using jquery $ .when () to wait for all requests to be made. The problem is: I can not return a boolean for my function. The flow is: Execute the functions and return a true that my main function is waiting for. function PreSaveItem() {...
asked by 09.04.2018 / 18:27
0
answers

Refresh without refreshing the page with window.history.pushState javascript and PHP

I need to create a menu that calls within a div content of files in php youtube style without refresh on the page but changing the url, if anyone can help me thank you.     
asked by 14.04.2018 / 18:37
0
answers

Send data stay on the same page

I would like my input's text FROM / TO save to my xml file (write) When I click on send when I go to my xml file, until it appears in the file details the date and time that I clicked send, and when I open the xml file does not appear what I...
asked by 11.04.2018 / 14:22