Questions tagged as 'html'

1
answer

"Catch" name of a textbox in html with javascript

I have a table where is a textbox that increases depending on the result of the query, what I want is to trap the name with the for loop: <input type="text" name="tname" value="1"> <input type="text" name="tname" value="2"> <in...
asked by 18.04.2018 / 22:13
3
answers

How to change pages without changing the url? [closed]

They let me make a page that when clicking on any section of the menu I upload everything that is in that section without changing url.     
asked by 18.01.2018 / 00:42
1
answer

Exchange of icons and text

How could I exchange a <button type="button" class="fa fa-user btn btn-white btn-sm> with <button type="button" class="btn btn-white btn-sm> ? That is, instead of the icon appearing, the text appears. Code: &l...
asked by 13.07.2018 / 07:04
2
answers

Referencing html tag attribute in css [duplicate]

I have a textarea with an attribute placeholder="tu comentario" . I would like to change the color of that text but I do not know how to reference it in the style sheet.     
asked by 15.10.2018 / 09:59
1
answer

How to superimpose my "dropdown" so that it is not hidden?

I have this problem with my dropdown, where as you can see, it is placed behind the table and when trying to move the mouse by the dropdown when the cursor meets the table, the dropdown is hidden again, I would like to superpose it for to be...
asked by 28.11.2017 / 15:50
1
answer

how to fill the field of a form from a Mysql query?

<?php include("conexion.php"); $idUsu=$_POST["id"]; $sql="SELECT Nombre FROM usuario where idUsuario=$idUsu"; $result=mysqli_query($conexion,$sql); ?> and here the form where I want to show the name <f...
asked by 05.10.2018 / 23:30
1
answer

Good, I would like to know if there is a routine in PHP or Java Script that allows me to detect if an external application is open [closed]

I would like to know if there is a routine in PHP or Java Script that allows me to detect if an external application is open. Example: Show me on my website built with PHP or Java Script if an external app like Work or Excel has been started?...
asked by 13.10.2018 / 15:16
1
answer

element Vue js does not work

The view does not recognize the <Meta> </Meta> element, it does not show the table or the elements declared in meta.vue This is my view @extends('layouts.app') @section('content') <div class="container"> <di...
asked by 19.03.2018 / 15:15
2
answers

Do not repeat the data

Hello good morning friends what happens to me is that I have an input text which I put a number and then I send it with a button and I give it as many times as I want and the number is repeated I would like to put a restriction that can not be r...
asked by 28.09.2018 / 12:50
1
answer

How to skew a div with css? [duplicate]

I want to skew a div so that it remains as in the image. And I have no absolute idea to do it. Thank you very much in advance. header{ width: 100%; height: 60px; background-color: #76cad4; box-shadow:2px 2px 5px gre...
asked by 19.12.2018 / 11:35