Posts by Brendon R Silva • 29 points
4 posts
-
1
votes1
answer49
viewsA: I need to stop an AJAX processing and later redirect the page
Use Event.preventDefault(); You function getEstatisticas() { event.preventDefault(); progress = $.ajax({ url: '/Home/Estatisticas', type: "POST", data: { dataConsulta: $('#dataConsulta').val(),…
-
1
votes1
answer793
viewsQ: Example of request with Delphi
I need to consume a Rest api that returns json. The system was made with Delphi, I’m using the ide Delphi xe7, I never made requests to consume api on desktop systems, based on where I start? Check…
-
0
votes2
answers239
viewsA: Consume JSON data from Mysql PHP flock
// string json vai receber os dados do cliente no formato json $json_str = '{ "nomecliente":"Cristiano", "email":"[email protected]", "telefone":"16991337891", "mensagem":"rerwerewrwerewr"…
-
0
votes2
answers178
viewsA: Take option value and save to a variable to register in the bank
<p>Escolha a categoria:</p> <select name="categoria"> <option value="v1">Conhecimentos gerais</option> <option value="v2">Português</option> <option…