Questions tagged as 'html'

0
answers

Make Scroll go down automatically

I am doing a chat, but the problem is that when sending a message the scroll should go down, but you should also be able to see the previous messages. This is my code in js: function Scroll(){ document.getElementById('chat').scrollTop =documen...
asked by 29.11.2018 / 06:55
1
answer

Problem loading modules in Perl mysql

This time I have a problem with Perl. I'm making a connection from BD to Perl, but at the time of wanting to connect, it handles some errors. The getAll code: #!/usr/bin/perl use CGI; # Por si hay errores, esto funciona use CGI::Carp qw...
asked by 29.11.2018 / 06:29
1
answer

HTML / PHP Fill in contact-form in safari

Well, I have a problem filling out a form that is sent to my mail. The fact is that it works perfectly in Chrome and IE. But in safari browsers (Iphone / Ipad / ...) it does not work as it should (If I'm entering the data and use the tabulator t...
asked by 17.03.2016 / 13:58
2
answers

Event that hides two tables with Javascript

Good afternoon I have a code that works well and what it does is that when I give it in room 1 + room it shows me room 2 and in room 2 when I give it + room it shows me room 3 in each one I can hide but I would like it in room 1 could hide and s...
asked by 21.03.2016 / 22:24
1
answer

Infinite Scroll With Jquery and Ajax

Hello, I have been assembling this code that works in its part of the condition of the height of the scroll but not in the part in which the AJAX has to automatically enter the .html which fails? $(document).on('scroll', function() {...
asked by 18.03.2016 / 21:15
1
answer

I can not paint the inside and outside color on canvas of a figure

I have a doubt since I do not paint the figure when I add text and the lines of base and height as you can see but it paints a thing that is not what I want since I want it to paint the inside and the outside of the triangle full. I have tried a...
asked by 27.11.2018 / 10:29
1
answer

Form Field - Multiple Selection - The PHP Mailer collects me only one of the several values that you select

I want to consult whoever corresponds, something that should have a solution. It turns out that I have a form with several text fields, other so many of simple selection and a field of multiple selection. Using select2. The data of the comple...
asked by 03.12.2018 / 05:12
1
answer

How to replace the hover effect in mobile

I have created a list ul and in each element I have placed images, the case is that desktop when I hover over these images a layer is displayed over the image that I had previously hidden, in that layer it shows information about the image. When...
asked by 21.11.2018 / 18:43
1
answer

I do not see the edges in bootstrap

I have the following xslt code, but it does not generate any border-bottom. I have tried both with a class created in the document itself, and putting the border in different places, etc. Nor does it work for me if I use the "list-group-item-pri...
asked by 21.11.2018 / 12:54
0
answers

Error trying to make custom queries to Mysql database

I have a table in HTML where the information I have stored in a table of my Mysql database is displayed and this information is consulted through ajax. At first I had a code that extracted and showed all the data without having any search option...
asked by 19.11.2018 / 02:13