Questions tagged as 'html'

1
answer

Problems with carosel in bootstrap 4

// Carousel Auto-Cycle $(document).ready(function() { $('.carousel').carousel({ interval: 8000 }) }); #myCarousel { position: center; padding: 2em; } /* Thumbnail Box */ .caption h4 { font-size: 22p...
asked by 21.11.2017 / 13:38
2
answers

Basic Scraping in Java with Jsoup

I have a simple form this way <!DOCTYPE html> <html> <head> <title>INICIO</title> </head> <body> <div align="center"> <legend>INGRESO</legend> <form action="evaluar.php" m...
asked by 18.11.2017 / 22:51
2
answers

Array containing objects created in JavaScript, how to display the contents of the array in an HTML div?

The fact is that I have this function that creates objects of the Person class and stores them in an array. I create it correctly, the problem I have is that I want to show the value of the object created in an HTML div. This is the constructor...
asked by 19.11.2017 / 17:17
1
answer

How to make a selection of countries with PHP?

Hello good afternoon I'm doing this code to select a country But the problem is that if you selected a country but it gives me the last one of the list how can I show the one I want function pais ($dato, $name, $select, $tipo){ //-- $m...
asked by 04.12.2017 / 19:59
1
answer

Error form php to real server

I have a problem, and that is when trying to make a form to add values, the form stays on the same page .php and ignores any if or else .. Messages.php - > form: <form action="mensajes.php"> <input type="text" name="alias...
asked by 22.11.2017 / 14:17
2
answers

highlight html list option when clicking

How can I do so that when I click on an option in an html list the backgroud of a color that stands out over the other options remains, I have done it with the active property but it does not do what I need and with the property hover then it wo...
asked by 20.11.2017 / 03:25
1
answer

error in innerHTML JS

data='[{"isbn":"2839438","nombre":"Programación en PHP","editorial":"Anaya","paginas":"370","autores":["Luke Welling","Mirna Barns"]},{"isbn":"4483838","nombre":"Introducción a AngularJS","editorial":"Riley","paginas":"850","autores":["Jhon...
asked by 19.11.2017 / 20:05
1
answer

Enlarge image with magnifying glass effect

I would like the option to click on an image and with a magnifying glass increase the size with the function "zoomy () ". The problem is that if I click I open the image in Presentation mode to view it at full image size. Code: <!DOCT...
asked by 20.11.2017 / 09:26
1
answer

Uploading a ZIP with an input generates an erroneous file

I have a <input name="shp_local" id="shp_local" type="file" ></input> I can upload files of any kind and the temp file generated on the server is correct, but when I upload .zip it generates a bigger and more inconsistent file....
asked by 20.11.2017 / 11:13
1
answer

integrate awebsome font in HTML page [duplicated]

How can I integrate the catalog of font icons awebsome on my page and when the user selects one can know the tag of the icon that the user selected     
asked by 16.11.2017 / 21:25