Questions tagged as 'html'

1
answer

HTML buttons do not work - Javascript - AJAX

I want that when selecting an image of the STATE column of a table I change the image / icon depending on what you choose in the modal created in Bootstrap with two buttons / Button1 or Button2 /. If your initial state collected from the databas...
asked by 18.11.2016 / 10:36
1
answer

difficulties with ng-click and show data with angular

Greetings, such. I have an app that shows the people registered for an event and its corresponding place. Code in jade. Broadly speaking it is a list that shows the name of the person, in which table is located and how many guests have di...
asked by 27.10.2016 / 03:09
1
answer

Height of a div

I have two div , with background of two different colors, that occupy the whole page and I want them to reach the bottom of the whole, I mean 100%, until I get it there. But when the content occupies more than 100% and there is scro...
asked by 17.11.2016 / 21:45
4
answers

Remove space between an input and a button in bootstrap

How can I remove the space that exists between the input and the button ? This is my code: <div class="panel-body"> <ul id="list_messages"></ul> <div class="row"> <div class="col...
asked by 02.11.2016 / 00:53
3
answers

Collect label and input in form

I have a form with a series of labels and inputs. With CSS, I have given it some form but I can not get the labels together with the text fields. I have tried reducing the witdh but everything is messed up. EDIT 1 The CSS file: /*...
asked by 01.11.2016 / 12:54
1
answer

Because the variable City1 does not save the value in the first execution of the modal, and on the contrary in the second execution if it does

document.getElementById("BtnModal").onclick = Public; Ciudad1 = ""; function Publication(){ navigator.geolocation.getCurrentPosition(showPosition); function showPosition(position){ var geocoder = new google.maps.Geocoder();...
asked by 10.11.2016 / 06:55
1
answer

Problems PHP form

I have a form on the same page, and the problem I have is the following if I update to keep sending me the email constantly, if I make a header and redirecciono miss the message sent successfully. I need some solution. And another problem tha...
asked by 09.11.2016 / 18:47
1
answer

How to save image in Servlet project?

I want to save an image in a folder within the project. I have a jsp with a form: <form action="ParametrosServlet" methos="POST"> Logo: <input type="file" id="logo" name="logo" accept="image/*">...
asked by 09.02.2017 / 20:18
1
answer

Does not load CSS on NodeJS server

I have the following basic server: var express = require('express'); var app = express(); app.get('/', function(req, res){ res.sendfile(__dirname + '/public/index.html'); }); app.listen(8081); In that index.html I...
asked by 31.03.2017 / 19:34
2
answers

How can I traverse an html table as if it were a coordinate table?

My problem is this, I'm trying to insert some values into a database (dynamic) html with editable fields, I already have the function that inserts, but my problem is how to relate the value that I place in the table with what I want through a jq...
asked by 07.11.2016 / 22:04