Questions tagged as 'html'

1
answer

Relationship between Join tables

I'm trying to do a JOIN (it's the first time) and I have this code but it shows me the following errors.    Warning: mysqli_query () expects at least 2 parameters, 1 given in C: \ xampp \ htdocs \ inventory \ int.php on line 5       W...
asked by 06.04.2017 / 19:46
1
answer

Multi-language page with jquery and javaScript functional for IE [duplicated]

I need to make my HTML multilanguage, I have seen on the Internet what can be done with php but there are people who have done it with jQuery and javascript. I know that in principle the part of loading the language would have to be done from...
asked by 11.04.2017 / 10:17
1
answer

How can I validate a login using HTML and an ARDUINO plate?

They sent us at the university to make a small "Web Server" with login and redirect to a main page where it will be a simulation of an FTP server. The truth is that I am too lost with C and the Arduino. I am very frustrated, since I try to do a...
asked by 03.04.2017 / 22:14
1
answer

Fill Select JSN Uninform from a folder

I have to fill out a specific selection of a JSN Uniform form with the files of a directory, the problem is that clicking on the fill button just reads me a file: How can I read and load all the files in my folder in that select ("45")? Co...
asked by 24.04.2017 / 19:41
1
answer

org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP

At the time I am presented with an error that I have not been able to resolve in different forums.    org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for> JSP       PWC6199: Generated servlet error:   source value 1.5...
asked by 30.03.2017 / 14:36
0
answers

Insert image in divs with scroll

I want to insert title, paragraphs, images in each div (red and green), try to do only with html but I could not so try with js. $(window).scroll(function() { var box = $('.box'); var scroll = $(window).scrollTop(); if (s...
asked by 30.03.2017 / 06:17
1
answer

Image 2 pisa hover of image 1

I have the following problem with the animation where you leave the cursor in the smaller image and the second larger one appears: My image 1: "pearl" is smaller than image 2 (the 1 has hover in css) Image 2: "flowers" is bigger and suppos...
asked by 04.10.2017 / 21:07
0
answers

bootstrap.css problem when linking does not load misStyles.css

I'm started with bootstrap and I've run into a problem I have an html and I added a file called menu2.css to add color to the page <link href="misEstilos/menu2.css" rel="stylesheet"> I made a modal window which appears when selecting...
asked by 26.03.2017 / 22:17
0
answers

Error using php class in html

I have a problem when using a PHP class in an html The class code to use it is this: <form method="POST"> <textarea id="imputText" placeholder="Plain or encrypted text here" name="imputText" rows="5" class="input-block-level...
asked by 14.04.2017 / 18:19
1
answer

Error trying to load the options of a select with ng-repat

It turns out that I have this object [{"id":"1","descripcion":"TRIBUNAL ITINERANTE","id_usuario":"1","fecha_de_registro":"2017-04-05 15:57:17"},{"id":"9","descripcion":"TRIBUNAL 2","id_usuario":"0","fecha_de_registro":"2017-04-05 17:14:47"},{...
asked by 14.04.2017 / 19:49