Questions tagged as 'html'

0
answers

Add row to table query html in php

Good day to the entire Stackoverflow community I have a query from a database which I show in an html table with the following code: <table> <tr> <td>entrada</td> <td>cuenta</td> &...
asked by 23.11.2018 / 00:01
2
answers

Empty fields are added to mysql from insert in php with modal windows

What kind of friends am I struggling with a problem since 2 days ago? Empty data is added to my table but in the insert I do not even call that field it does not even exist. I am following this tutorial to the letter and even then it do...
asked by 27.11.2018 / 18:24
2
answers

How to apply a numeric quantity format to an input

I am trying to make a function that applies a certain numeric format to an input. Through an onblur a function that applies to an amount that can be written in the following way "145151,65" can be formatted as follows "145.151,65" Currently on t...
asked by 27.11.2018 / 15:39
0
answers

the main class org.apache.catalina.startup.Bootstrap was not found or loaded

I'm working on a new computer in the company, when I try to run an html or xhtml file on the tomcat, it throws me the error no se ha encontrado o cargado la clase principal org.apache.catalina.startup.Bootstrap what can it be? use apache-to...
asked by 27.11.2018 / 16:49
0
answers

How can I pass the id of a product from a template to another template in django?

I am working on a project in django and I have the following problem I have a list of products in a table, which belong to a common list (list with id 26), as seen in the following image: Now I need that when you click on the "add produ...
asked by 01.12.2018 / 11:45
0
answers

Combo Box add format

Good day. I want to format my combo box so that I stay as follows: The point is that I have not been able to give it the correct format and now I have it all piled up showing it in the following way: What would be the best way...
asked by 22.11.2018 / 03:50
0
answers

Very high unusual transfer

I ask you a technical question about servers and transfers because my knowledge is not very good on this issue and technical support has not been able to help me. I attached screenshots of a server in which I have a website, I had to repeated...
asked by 20.11.2018 / 15:40
0
answers

GEOLOCATION PERMITS

I have a query I found this code on the internet which works well on my pc but when I open it from my cell phone it does not ask me if I want to give it permissions, it just throws the message "User denied the request for Geolocation." &...
asked by 19.11.2018 / 22:36
1
answer

Button that your click action changes the value of a label, returns me ([object HTMLInputElement]), for something written in a text box

function addLoadEvent() { var nombre1 = document.getElementById("lbltipAddedComment"); var nombre2 = document.getElementById("lbltipAddedComment2"); nombre1 .innerHTML=nombre2 ; }; <html><body><lab...
asked by 20.11.2018 / 21:58
0
answers

graph chart.js

I have this graph, how can I make it change its colors depending on whether the data is less than 50 is red and greater than 50 is blue? var ctx = document.getElementById('chart'); var myChart = new Chart(ctx, { type: 'bar', data: {...
asked by 20.11.2018 / 18:30