Questions tagged as 'javascript'

0
answers

Reload a JS value

I'm working on C # MVC and I'm having the following problem in a View: I put them in context | I have the following 3 values Value 1: Editable Value 2: Editable Value 3: Value 1 - Value 2 (Not Editable) I have these 3...
asked by 22.08.2018 / 14:16
0
answers

Ajax does not call Spring Boot driver

Hi, I have trouble calling a controller using ajax, what I want to do is go to another page using ajax. function validar(){ var codigo= $('#codigo').val(); $.ajax({ type : "GET",...
asked by 22.08.2018 / 18:43
1
answer

Side menu does not work or does not take script

I would like to understand why by doing the menu that I copy below, if I load the styles on the same page it works, and if I load them with a separate CSS, I do not. I will appreciate if you can explain me xq and how to solve it with the css apa...
asked by 22.08.2018 / 15:39
0
answers

how to make angular "receive" or pull an html file, and from angular to python?

In a form of an HTML page with the tag input typye="file", in which you can select a file, this file is sent by email in automatic .. in my project I pull the data to angular and later by means of post I send it to python to send mail from py...
asked by 29.08.2018 / 19:28
1
answer

Api Rest, get method, how to pass array parameters

I have developed a restfull api in Node.js, the client is developed in angular, how can I send array parameters in a get, should it be sent by the header or by the parameters ?. I currently send it in the body of a post but I do not want to use...
asked by 29.08.2018 / 20:29
0
answers

Incomplete answer Soap WebService Node.js

It is required to send the following information: '<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:max="http://www.abc.com/mx">'+ '<Header/>' + '<Body>' + '<CreaIDENT>' + '<MXINCIDENT>' + '<ma...
asked by 23.08.2018 / 21:48
0
answers

Start application when turning on the device

I am developing an application with push notifications using one signal + ionic + firebase, the idea is that the application can receive push notifications at all times. I already get notified when the user closes it (the app is in the backgroun...
asked by 20.08.2018 / 16:08
0
answers

Emails are not sent from the application

I am sending emails automatically from an application in python, run the whole process but the email is not sent, I hope you can help me, I leave the code @csrf_exempt def tickets_canalizacion(request): try: conexion = conexion_db(...
asked by 20.08.2018 / 14:38
0
answers

Download blob from IE8?

I am trying to save a Zip file with IE8 but it is not possible for me since I am using the JSZip.js library in conjunction with the FileSaver.js, but the FilesSaver.js library gives me an error "The object does not accept the property or the met...
asked by 20.08.2018 / 15:03
0
answers

Problems with Trading View

My best regards, my friend, I am developing an exchange of cryptocurrencies which I have to generate a candlestick chart. I am occupying the library charting library of tradingview, the doubt that I have is how to insert data into the graph. I l...
asked by 20.08.2018 / 14:26