I have a piece of html code that works well for all the browsers I've tried, except for Egde in Win 10.
I do not know why this browser tries to format part of my text as if it were a link when I did not indicate it.
Any suggestions to solv...
Hello, I have been working on the password change.
I need to implement that the field repita contraseña is equal to the field Contraseña .
But if the user changes the field Contraseña it will appear that the password...
I'm just starting to use PHP and the forms issue, so I still have questions about how to use the functions.
HTML code
<legend>ELIMINAR</legend>
<table class="table table-striped" summary="Tabla generica">
&...
I'm trying to pass a html form structure to json and of course the idea is that the html form is dynamic since every time it can be different and I need a code that passes to me json the elements of the form and its characteristics of this For e...
I'm making a form and to insert the date and send it I have no problem. The problem comes when I try to manually enter a date from js, it does not load.
I enclose the input code:
<input class="form-control datetimepicker" type="date"...
If we want to create a button in HTML , we need a code similar to:
<input type="submit" value="Numero parrafos" id="num_parrafos" name="Numero Parrafos"/>
How would the code be moved to jQuery or Javascript? To avoid the need to mo...
I have a problem; I have a method to generate an excel from a table and it works but in Google Chrome, however I will try in mozilla and it does not work ...
Any suggestions?
CODE
<title>Reportes Equipo</title>
<meta chars...
I'm interested in using the same CSS on several pages. I am trying to assign a CSS style to a body with the id="fondo2" . I use the same syntax as for the input elements. Am I making the reference well?
<body id="fondo2">
.....
I'm trying to get the value of an input, I do not want to use a button and I want to get the value when I stop selecting the text box in which the data is being entered, any idea of how to start ?? / p>