Questions tagged as 'html'

1
answer

"element style" does not appear in my html and to inspect if

Good, I am editing a template that is already predefined but when trying to modify the width of the image that you see on the screen (where a person appears) I can not find the style element that appears in the inspection image. In the html code...
asked by 23.01.2018 / 22:39
2
answers

How can I make contenders on top of a slide? [closed]

I want to know how I can do that green containers but as you can see in the image I was reviewing the code but I think I did not find the class which is being used to create that, but as I see that containers (or do not know how it would be call...
asked by 12.11.2017 / 18:50
3
answers

Problems with php mail ()

This is my code, it seems to be running, but I do not receive any mail, I am running on server with windows, php 5.3 <!doctype html> <html> <head> <title>Pruebas</title> <met...
asked by 25.05.2017 / 22:37
2
answers

Remove database queries with php

Could you tell me how to delete a query from php for my database    $conexion = mysqli_connect("127.0.0.1" , "root" , "" , "tiendita") or die ("Error al conectar");/*conexion*/ $resultado = $conexion->query("CALL delCliente();") or die...
asked by 30.05.2018 / 02:29
2
answers

Error in alert, javascript and html does not appear at alert

function btn() { window.location.href = "index.html"; var precioP = document.getElementById('precioP').value; var nombreP = document.getElementById('nombreP').value; if (precioP == "" || nombreP == "") { alert("achu...
asked by 13.05.2018 / 05:46
2
answers

How to insert fonts without having to install them on the computer? [closed]

I want to know how to include font types without having to install it on the computer and when you copy it on another pc you can see the font.     
asked by 14.05.2018 / 18:18
1
answer

Select values of a row when clicking

I have the following problem: There is a table with several rows and columns, I wish that with the mouse I click on a row and I separated three values of the six columns that I have. But, the values obtained should be ONLY OF THAT ROW. Annex...
asked by 27.09.2017 / 15:48
1
answer

How can I add the total of the Total Value $ row and the result in input costs appear? [closed]

var sumaValores = function(){ //Obtengo la última fila ingresada en la tabla var fila = $("#tablaDetalleMaterialEinsumo").find('tr:last'); //Obtengo el campo referente a la cantidad de insumo ':eq(2)' var campo1 = fila.find(...
asked by 04.10.2017 / 17:14
1
answer

The type of get (int) is erroneus

I am new to the forum and do not put things with code and others, but I will try to explain all things JSP code <%@ page language="java" %> <%@ page import = "IDP_web.Herramientas.ListaJefaturas"%> <%@ page import = "ID...
asked by 24.10.2017 / 20:32
1
answer

fill in a selection from an input

Friends I need to fill out a selection from a text box that is hosted in an input the idea is to enter the txt_nameSector and be able to select that sector in the table next     
asked by 01.12.2018 / 02:12