Questions tagged as 'html'

1
answer

lower containers do not fit the upper container

help please, the problem is that the fieldset labels are mismatched from their container on the right side of the sheet, when viewed on small devices: *{box-sizing: border-box;} #controlesFactura{ margin-bottom: 7px; } .btn{...
asked by 05.07.2018 / 00:15
1
answer

Call a value from the BD to an input

Hello good afternoon I would like to know how I call this value 19 to another view in an input that I will put hidden, I need it to calculate the operation automatically the value 19 I have it in a table called Iva and not having...
asked by 06.07.2018 / 21:55
1
answer

How do I read a .txt file in javascript line by line?

Good, I have a text file with several possible passwords saved like this:    0 00 000 1 11 111 123 There are many more but it is to teach where the shots go. I do not know how to read it line by line and compare it with the passwor...
asked by 21.11.2017 / 15:48
2
answers

Fill a html table from Javascript dynamically

I have this div in my HTML:        Changes made:    and I'm going through a Javascript object, and I want to add some rows with the content of the Object, which is dynamic, the code I have is the following: function pedirDatosTexto(...
asked by 28.04.2018 / 12:59
2
answers

Mouseover and mouseout event in JavaScript

I'm doing a small test page in html, js, css and I have some pictures that when I pass the mouse I want the button to be added to erase each image and when it is not on the image disappears, I managed to make the event clear with mouseover and m...
asked by 28.04.2018 / 00:05
1
answer

Problems downloading pdf by Chrome PHP

At the moment of selecting a pdf, the chrome browser visualizes it well, but if I want to download it, it does not work for me, it downloads a file with the name of the page that is ver.php index.php var listar = function(year) {...
asked by 30.04.2018 / 20:23
1
answer

How do I fix footer elements?

I'm trying to put the social media bar in the footer but it does not have the desired effect, like the bar above the example. It remains as pigeonholed in a box. If I delete <li class="social_icons clearfix"> it works, but the eleme...
asked by 18.01.2018 / 14:11
1
answer

Insert HTML page in email via php

Good morning, I have a doubt. I am trying to send a page in html via mail, when executing a function in php, instead of directly placing the html inside the function. To see a clear example of what I need would be something like this: Button...
asked by 17.01.2018 / 16:46
4
answers

function document.getElementsByTagName does not work

I have the following code in html and it is supposed that I should click on the first paragraph to execute the alert of the javascript file but nothing happens with any browser, I have seen that many people have this problem, why is it? the h...
asked by 04.11.2017 / 04:10
3
answers

Create table vertically with PHP

I'm starting with PHP and I have to do an exercise to show calculated results from an array in a table. I get the data but at the time of creating the table I do not give the formula to do it horizontally. I mean, I get to do it like this:...
asked by 22.10.2017 / 18:46