Questions tagged as 'html'

1
answer

Clone dependent selects

I have a code in which I clone the first row of a table, I have two select one dependent on the other, that is, depending on what I select in the first select ( TIPO_ACTIVIDAD ), I will list some options in the second ( SU...
asked by 06.10.2017 / 18:31
1
answer

Get the file of an input type file

Hi, I want to get the file from an input file. I do not want his name, nor his properties if not the file as such, and then upload it to a repository on my server. But I think I'm doing something wrong with my Js . I would be infinitely grate...
asked by 24.10.2017 / 17:27
2
answers

How can I include alertify.js in an .php file?

I would like to know how I can include the link plugin in an .php file, this is what I have up to the moment: <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../librerias/css/Login.css...
asked by 12.10.2017 / 01:27
1
answer

Print username when logging in

I need some help, I need that when a user loguee I print the username on the welcome page, I've tried several things but I have not yet achieved, here I plan as I have until now. Thank you in advance. <?php session_start(); if(!isset($_SES...
asked by 14.10.2017 / 20:42
3
answers

Switch function to change the style of a variable? [closed]

How can I change the color of this variable? try everything; ( var segundo = ["1", "2", "3"] var span; span = document.getElementById("span").innerHTML; switch (segundo) { case "1": { span.innerHTML.style =...
asked by 25.12.2017 / 05:09
1
answer

End of script output before headers: multiplicar.cgi

I have been doing a simple example of a calculator using html and perl with the CGI module but I do not understand the error here is the HTML form <form id="formu" action="multiplicar.cgi" method="POST" class="form register"> <h2 cl...
asked by 24.09.2017 / 19:31
1
answer

Error entering a data to the glyphicon

When entering a data that I have in the database in a table I get all the arrays well but when entering it in a glyphicon so that it does not look "ugly" it is put in the same detail of all the arrays. Personalize some suggestion pls...
asked by 28.09.2017 / 23:46
2
answers

Validate input in angularJS $ error

How can I validate so that the botón does not allow me to change the password until they are equal ?, something with $error or ng-message . I want that when I change the password validate that if there is something in the...
asked by 22.09.2017 / 19:12
2
answers

Do you want the link to cover 100% of the container?

Good morning, I have a doubt. How is it possible to prevent a link from covering the full width of a container? I tried the display: inline-block property, but it does not fix the situation anyway. * { margin: 0; padding: 0;...
asked by 17.09.2017 / 01:32
2
answers

Maintain style by making a row drag

I have a table with a style, and when doing a drag of a row the style is changed. I have looked with the inspecting element, but I am not able to come up with the solution. This is how the table looks without clicking: And that's...
asked by 18.09.2017 / 12:41