Questions tagged as 'html5'

2
answers

Reload the page when submitting in a form that consumes an API

I have a form in a modal window, which makes a POST to an API on the server, and then the server saves the information in the DB. The server is made with Node Js and express. The problem is that when doing the submit, the IP address of the API i...
asked by 04.12.2018 / 02:31
1
answer

Problems with scrollTop for anchors in HTML

I'm doing a page which when clicking on an option on the menu, it goes to an anchor of it. There's even good. When I use the following code in jquery for scrolling $('nav a').click(function(e){ e.preventDefault(); //...
asked by 26.10.2018 / 22:27
1
answer

Jsp does not recognize Javascript files

I'm doing a web application with JavaEE and I need to pass certain parameters from a Servlet to a Jsp, I do it like this: request.setAttribute("car", per.getCarrera().getNombre()); And for the redirection: request.getRequestDispatcher("/o...
asked by 20.10.2018 / 23:05
2
answers

I can not apply the ellipses well with CSS

Is that I'm trying to apply the ellipses to a "p" with miltiline, I put the points well, but I do not disappear the remaining text, I do not know what it may be, I put my code so please help me by validating what am I doing wrong. p {...
asked by 01.11.2018 / 23:35
3
answers

Error with query Select Option in database

The select does not work with a value that I want to appear from the database. I have doubts about my code, what I want to do is that the value of a record appears as a value first in the select. My code: <?php include ("../../conexi...
asked by 10.11.2018 / 05:40
2
answers

How to pass a Javascript data to an input?

I have this timer and I must pass the result of the time to an input and in this code of the chronometer when I start it appears 18 at the beginning as an arrangement that example 18: 00: 00: 555 <script language="JavaScript"> <!-- va...
asked by 12.10.2018 / 00:23
1
answer

Calendar with restrictions with HTML, JavaScript, CSS

I need help. I seek to implement a form where one of the fields is a calendar, which has the following characteristics: 1) Saturdays and Sundays disabled. 2) That does not allow to select previous dates. 3) As the shipments of the...
asked by 11.10.2018 / 04:59
1
answer

Menu with Menu dropdown does not link to the parent Bootstrap link

I have the following code <li class="nav-item dropdown"> <a title="Ver Mensualidades" class="nav-link dropdown-toggle" href="mensualidades.php" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria...
asked by 10.10.2018 / 02:40
1
answer

How to make a slider page in full screen but only with one image? [closed]

I have to make a slider page in full screen but only with this image, with buttons on the side so that it moves to the next frame. I need ideas please. I can only use js and css nothing of jquery / bootstrap     
asked by 01.10.2018 / 20:13
1
answer

'Register' button does not direct me to PHP file

I have been working on a form with HTML; I made the validations with Javascript, but when I clicked the 'Register' button, I was not directed to the PHP file. I hope you can help me, thank you in advance! 1.This is my HTML code. <body...
asked by 29.09.2018 / 07:07