Questions tagged as 'html'

1
answer

generate link to download file in PHP

I have a page where I want to generate download links with labels these labels are generated in a for and I want to click on the label you can download for example file 1, then on the next generated label you can download the file 2 and so on I...
asked by 29.01.2018 / 19:37
2
answers

php delete data

Good I'm trying to delete data from php to mysql but I can not get it. It does not give any errors but it does not work. here I show the data and create a button to delete the data <?php while($variable = $consulta->fetch_assoc(...
asked by 17.02.2018 / 13:26
1
answer

How do I make the height of an element adapt to a%?

My question is how could I make an element (specifically a <div> ) adapt to x% of the height of the screen, so that regardless of the equipment where it is seen has the same effect, something like what about the next image...
asked by 24.01.2018 / 00:32
1
answer

Download html table with vba excel

Hello everyone and thanks in advance. I'm trying to download a table to excel from the page mismarcadores.com. I've got a macro on the internet. The problem is that the html tag of the table has no ID, and whenever I execute the macro, the...
asked by 02.08.2018 / 18:42
2
answers

Select a single "checkbox" and then do a calculation

I am introducing myself to the world of Web Programming, and in one of the projects that I am making through the course, I have gotten myself with the following question, of which I have investigated but I can not find what I really look for....
asked by 20.02.2018 / 16:16
1
answer

Show bootstrap alert after an item

I have the following div that contains a input with its respective id : <div class="form-group linea numBoxCaja 1"> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-user"...
asked by 20.02.2018 / 19:44
1
answer

Change the contents of a div using a select

How to change content of a div using a select? I have a div with two images that I want when selecting an element of select change the two images of the div for two others, or for one. I do not remember how to do it or I just do...
asked by 02.03.2018 / 02:40
1
answer

How to align a vector icon in css

/* montserrat-100 - latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; src: url('../fonts/montserrat-v12-latin-100.eot'); /* IE9 Compat Modes */ src: local('Montserrat Thin'), local('Monts...
asked by 20.01.2018 / 12:21
2
answers

pass an id value by a URL of a button

Hi, I would like to know how to pass the value of the id = information by the URL of the input type="submit" the code is as follows: <div id="informacion">0</div> <form id="form1" name="form1" method="post" action...
asked by 18.01.2018 / 03:28
1
answer

Problem when playing sound in an img

Greetings, I want to change the src of a label to be able to reproduce a sound depending on the image pressed. The original code is: <head> <script> function EvalSound(soundobj) { var thissound= eval("doc...
asked by 19.01.2018 / 10:54