Questions tagged as 'html5'

0
answers

Problem with cells table html

The problem is the space of the photos (the first and second) because it has to be as in the photo, but in my case the end of the first photo is not in the middle of the td (wineries ... ) I can not believe I'm asking this: facepalm:  ...
asked by 06.11.2017 / 22:16
1
answer

How to return a view dynamically with spring boot?

How can I return a view dynamically by means of a controller in spring boot This is my index.html <html> <head> <title>prueba</title> </head> <body> <div th:replace="${contenido}">...
asked by 06.11.2017 / 18:50
1
answer

Problem with JavaScript game with Canvas

Good evening to the community, I've been programming, or good, trying to schedule a game on canvas. I still do not know how to put it, but, if the functions that I would like to fulfill. For now, the design is pure rectangles, then, I will add p...
asked by 07.11.2017 / 04:05
1
answer

two countdowns in a single html [duplicated]

I have a countdown running in my html , but I need that right after finishing, start a new countdown with a different time in the same countdown , this is the js $(function (){ function countdown() { var...
asked by 03.11.2017 / 16:29
2
answers

Chart JS, Join points undefined

There are times when my system receives nulls or undefined. I need that when I have null or undefined data the union between these points is traced with a line of another color. Current Expected var ctx = document.getElem...
asked by 30.10.2017 / 12:41
0
answers

when filling out the form I give it next and I do not go to step 2

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""&...
asked by 20.11.2017 / 23:22
1
answer

Problems with Bootstrap carousel

I'm making a webpage for a friend and I wanted to add a carousel with Bootstrap but I can not get it to look and I can not find any error in the code. I'll leave it below to see if someone can explain to me what's wrong. $(document).read...
asked by 26.10.2017 / 13:28
2
answers

Error registering PHP MYSQL user

I have a problem when attempting to register users to the php with mysql, the code is this: $server = 'server'; $bd = 'basedata'; $user = 'usuario'; $pass = 'password'; $conexion = new mysqli($server,$user,$pass,$bd); if (mysqli_errno()){...
asked by 26.10.2017 / 19:20
2
answers

Conditioner to show a button

Good afternoon, I hope I can get answers here. I'm working on ASP.net Razor 5 and Entity Framework I have a list in which I have a button called ENABLE. I need that button to enable only show if a certain user is logged in. Can I do it directly...
asked by 26.10.2017 / 19:30
0
answers

Webcam in modal window

I am developing a system in laravel and I am trying to implement a QR code reader in a modal, the problem is that I do not load the webcam in the modal, I am using html5-qrcode.min.js to decode the qr and upload the webcam, I've tried it on a se...
asked by 16.11.2017 / 20:24