Questions tagged as 'html'

1
answer

Doubts about Error in javaScript,

I am currently working with entity framework and ajax, I have a method in ajax that returns a list that I can load in a table and when I want to choose some item in particular I click on the row and this data loads them in form, general I charge...
asked by 16.11.2018 / 16:12
2
answers

Get Date / Time of the HTML or Php System

How do I get autoaticante the system time without the user Interact? echo"<td>Fecha de Entrega <input type=date name=fecha_entrega size=10 value=\"".@$fecha_entrega."\"</td>";     
asked by 01.11.2018 / 07:58
2
answers

Restrictions on an input of type date

I am new to Javascript, and I can not find a way for the user to only select dates +2 days of the current day, and that Saturday and Sunday are not available. The only thing I found was how to give maximum and minimum dates Does anyone know h...
asked by 04.11.2018 / 03:53
1
answer

Proportional photos

You see, in a view I have this code: <img class="card-img-top" style="width: 400px; height: 300px;" src="{{url($foto->ruta())}}"/> This code causes an image to be shown on the screen, and this image will be modified to 400 pixels w...
asked by 08.11.2018 / 08:47
1
answer

ASP how to create a table

Currently this is my ASP code, but I have no idea how I could create a table that divides the ID and Name of the cars <% if isArray(listaTipo) then for i = lbound(listaTipo ,2) to ubound(listaTipo ,2) response.write ( "ID->"& li...
asked by 06.11.2018 / 21:46
1
answer

Check only the visible checkboxes

I have the following code in javascript where I select the checkboxes in a table function checkAll(ele) { //Obtener todos los checkbox que estan visibles; var checkboxes = $(':checkbox:visible'); var celdas = $('#table tbody >...
asked by 18.10.2018 / 22:31
1
answer

send the selected variable of a select to get

I have this php file where the axis is chosen, it loads the Ids of the indicators that are related to it, but when I try to send them by Get to my other php file, it marks me an error of    Notice: Undefined index: IndicatorEje in   C: \ xamp...
asked by 26.10.2018 / 16:23
1
answer

Drop-down menu does not work HTML / CSS / Bootstrap

I am currently working on a horizontal menu but when I reduce the window so that it becomes a drop-down menu the icon is formed but it does not display the options. The html code <!DOCTYPE html> <html> <head> &l...
asked by 25.10.2018 / 15:17
1
answer

Download two scroll with just one

What happens is that I'm using frameset in my code html and the page produces the two divisions frameset a scroll, but I want to lower one, the other also lower. Is there a way to do it? <!DOCTYPE html PUBLIC "-//W3C//D...
asked by 12.10.2018 / 16:35
1
answer

Triqui game [closed]

I have a Triqui game, the problem is when one of the two wins, the game continues. I need that as soon as one wins, it stops until the reset button is given. Here the code: HTML <!DOCTYPE html> <html> <head> <meta h...
asked by 11.10.2018 / 05:09