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...
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>";
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...
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...
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...
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 >...
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...
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...
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...
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...