Questions tagged as 'html'

2
answers

How can I apply color to a second column if the condition is APPROVED or REJECTED?

introducir el código aquí <style type="text/css" rel="stylesheet"> .APROBADO{ background-color: red; } .RECHAZADO{ background-color: red; } </style> function cargaPagina(pagina) { var desde = pag...
asked by 03.11.2017 / 22:44
1
answer

setAttribute does not work

Good afternoon, I want to put a code that deactivates an input when I have another asset. At the moment I have this and it works perfectly: <div class="col-sm-5 col-sm-offset-1"> <div class="form-group label-floating"> <inp...
asked by 02.11.2017 / 17:03
2
answers

Block text box [closed]

I have a question about the blocking of a text box, what happens is that when loading the page, the text box is blocked, but when I save information and reload the page you can edit the information of the box that should be blocked As I handle h...
asked by 20.11.2017 / 00:55
2
answers

Align two lower left and right margin buttons

I have a body with X detailed information collecting data from several .php files with connections to a database. I want to add to this file .php two buttons, "Back" and "Next". I want both buttons to be in the lower left margin (Back) an...
asked by 22.11.2017 / 00:13
1
answer

background in event focus in tag a html

I'm doing a kind of icon panel where the user can select an icon, what I want to do is that when the user selects the icon it lights up (this is done only when I mouse over the icon but it does not remain illuminated when I select it and it is w...
asked by 21.11.2017 / 00:08
2
answers

Why does not the modal table come out?

I try to make a modal table that comes out when a button is clicked. I made a code with the Bootstrap official site's help on Modal thinking it would go, but, although the button is present, there is no table that comes out. Do you have...
asked by 21.11.2017 / 19:14
1
answer

How to fix my website?

I'm trying to create a small web page with a header, where the navigation menu is with three objects, one of which has drop-down, left column and right column. How should I make the elements of the navigation bar look horizontally and not vertic...
asked by 14.11.2017 / 14:48
1
answer

Help with dompdf and variable assignment [closed]

This is the code that calls the pdf <a href="pdf.php" ><i class="glyphicon glyphicon-file">Descargar-PDF</i></a> and this is the pdf.php <?php require_once'dompdf/autoload.inc.php'; // Reference the Do...
asked by 27.10.2017 / 18:17
2
answers

How can I do a STRING when iterating the values of an ARRAY?

From a screen I get the ID and the VALOR of a group of INPUT TEXT with the following code: var docs = document.getElementsByName('ftp_desc'); for (var i = 0; i < docs.length; i++){ console.log('id: ' +...
asked by 06.11.2017 / 19:17
1
answer

How do I get the IDs and VALUE of an input text array?

I am making a screen that adds images to the database and after doing so, ready them by adding a text box in which I will capture their DESCRIPTION, example: <form> <input id="1" name="ftp_desc" maxlength="256" placeholder="Añade...
asked by 06.11.2017 / 18:17