Questions tagged as 'javascript'

0
answers

use excelrest with prtocolo https

Good morning, I would like to know if it is possible to use excel services with https protocol and if you can give me an example of it. I tried to make a request to an xlsx file hosted in a library of sharepoint 2013 but it throws me an error...
asked by 12.03.2018 / 17:21
1
answer

Error serving JavaScript Windows Server 2012 IIS 6.2

Hi, I have a Windows Server 2008 with IIS 6.1 in which a website is hosted in ASP, the page is running perfect and javascripts are served correctly: link But in a Windows Server 2012 with IIS 6.2 the javascripts are not properly served: li...
asked by 12.03.2018 / 19:56
0
answers

Details of a Product Vuejs

I want to show the details of a product, but I have not managed to show the information. I'm working with Vue Mongo Node and Express When I give http://localhost:3000/item/5aa811e5aa7f7d414c707127 appears the information of the database,...
asked by 14.03.2018 / 23:50
2
answers

Calculate total points

Hello I would need help or some idea for how to calculate the total score of this card game in JavaScript, the problem is that every time I call the score function I reset the internal variables and I can not create the total score // Funcion...
asked by 15.03.2018 / 15:19
0
answers

Error with Gmail API "SyntaxError: Unexpected end of JSON input"

I want to use the Gmail API for a project in Node.js 1-I have an Ubuntu server on which I ran the following exercise link , it worked for me without problems. 2-I wanted to do the same exercise (create another project in google with other...
asked by 09.03.2018 / 21:38
0
answers

Run setInterval within a Promise in JavaScript

I want to execute a function that makes a call to ajax during intervals of 800 milliseconds and later after 10 seconds, to make stop of the setInterval (This in particular does not complicate me), the problem is that the call of this function de...
asked by 09.03.2018 / 18:51
0
answers

Use JS file variables in Vue2

I acquired a theme designed in Bootstrap 3 and I want to use it in a project that has Vue2 as frontend. I have no problems loading the .css files, my problem is when I load the .js files that the theme needs. The structure of the project is as f...
asked by 08.03.2018 / 02:31
1
answer

Problems executing my vote script js

When I execute the input (BTN) it counts all the rows of the products of the DB, it is not telling me when I select only a specific product: My table is called "products" id Nombre precio stock ruta voto 1 Camisas $5.00...
asked by 08.03.2018 / 04:27
1
answer

Prevent a modal window from being closed by opening another

I have the following manners: > first I open this: <div id="my-id" class="uk-flex-top" uk-modal> <i class="material-icons uk-text-success md-icon uk-form-file" id="btnCompr" href="#modal-full" uk-toggle>search </i>...
asked by 23.03.2018 / 04:45
0
answers

Capture the id of the user logged in javascript and php

I would like to capture the id of my logged-in user, my goal is that every time an insert or update is generated, the username that executed the operation is captured. I am new programming but I have been thinking about some solutions: I...
asked by 09.03.2018 / 17:34