Questions tagged as 'javascript'

0
answers

Communion socket in Windows service [closed]

Next, I have a problem with an application that I am developing, I need to communicate between a Windows service and a web application, the Windows service will stay on the local machine (client) and I need somehow to communicate with this Windo...
asked by 04.11.2017 / 21:31
1
answer

PHP is not returning data to AJAX to validate Captcha

JAVASCRIPT function validateCaptcha(){ var responsec = grecaptcha.getResponse(); if(responsec.length == 0){ }else{ $.ajax({ type: "POST", url: "kingSecure/server.php",...
asked by 05.11.2017 / 12:32
0
answers

How to calculate two fields generated dynamically by the append () method?

I'm creating a sales screen, where I have a form with 4 fields: PRODUCT QUANTITY PRICE TOTAL The number of times these fields will repeat will depend on the need to add more items. Using JS I can make fields dynamically added by cli...
asked by 24.10.2017 / 15:46
0
answers

How to make two querys in a JSON?

I'm putting together a map using the mapbox API, creating some points dynamically on the map. I have a JSON that gives me some information (getDados.php), however I wanted to perform one more query within that file and get some more data from ot...
asked by 25.10.2017 / 13:07
0
answers

Control Dslr camera via web

Personal is as follows: I have a web application that I would like to be connecting to a dslr (professional camera) camera that would be displaying the live image on a Canvas in html or something, and that could literally control the camera thro...
asked by 28.10.2017 / 05:56
0
answers

Execute without clicking, can anyone help? [closed]

Is this just running updating the site, it would only be used when you click on the link, could someone help me? <a id="acceptButton" class="btn btn-success btn-block" data-value="<?php echo utf8_encode($array['folio_number']); ?>">...
asked by 28.10.2017 / 04:55
0
answers

Script for Indesign Tables (JavaScript)

I created a script for InDesign using JavaScript, but do not know about creating one last command to complete it: myTable (); function myTable(){ app.selection[0].tables.everyItem().appliedTableStyle = "Tabela"; var...
asked by 01.11.2017 / 16:41
0
answers

Popup Javascript does not work in IE11 [closed]

After migration to windows 10 and IE11 my popup stopped working. I do not know what to say, I researched and I did not find anything. On machines with windows 7 and IE7.8 it continues to run normally. Important input data needs to be posted to t...
asked by 31.10.2017 / 21:50
0
answers

Routing of html with iframe

I have an application that serves with a HELP for the system, that is, the user clicks on the question mark and instinctively opens a new tab with that HELP direct on the equivalent page, however, since it has its paths treated with iframe/Ja...
asked by 01.11.2017 / 17:38
0
answers

Change a div from another site with JavaScript?

I want to change a div from another site with JavaScript, is it possible? In case I wanted to change just the link of an image of that div.     
asked by 20.10.2017 / 17:18