Questions tagged as 'html'

0
answers

Java web, jstl: How to execute a method in the servlet when exiting an input text ex: "check if the availability of name to register"

How to execute a method when exiting a input text. Example I will make a registration at the moment of registering as a user I want to check if that name is available to be used, being that it can not accept repeated users, to avoid that...
asked by 20.12.2018 / 17:08
2
answers

Navbar Vertical

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script><scriptsrc="https://cdnjs.cloudflare...
asked by 14.12.2018 / 18:28
0
answers

View images even offline

How do I display my images even offline? The only thing that came in mind is to save the base64 of the image in localStorage, but I do not know if it is a good practice .. When I'm on: Off:     
asked by 01.11.2018 / 18:30
1
answer

How to put the overflow bar at the top of the table

I have a table with a bar ( overflow-x ) to scroll to the sides. The bar is under the table, but I would like it to stay on top. I got the bar to spin the table 360 degrees and the bar 180 degrees, but it gave a problem with a graph tha...
asked by 09.10.2018 / 14:25
0
answers

Display array elements without the key

Hello, I have a small "problem". I'm trying to iterate an array session through a foreach, but it always returns only one result. So I used a var_dump () and the result was this: array (size=1) 0 => array (size=3) 0 => strin...
asked by 06.12.2018 / 13:37
0
answers

Page hosted on GitHub Pages was broken

I uploaded a project to ghpages , locally the same project is working normally, but the remote repo is not, it was broken, only html appears, it is not loading the project images , general media, or style sheets. I opened the browser ,...
asked by 06.12.2018 / 14:41
1
answer

Relate scripts and style tags with js

Ihavethesescriptstagsthatareusedtoadjustandgivefunctionstoacarousel.ButIamaddingthecarouselassoonasIclickonabutton,butasthepagehasalreadybeenrenderedthesescriptsenduphavingnoeffectonthecarouselthatwasadded.HowcanIgetthesescripttagstobe"reread"...
asked by 02.11.2018 / 02:06
1
answer

Make div stay inside another

I'm good at HTML but from yesterday to today something has been breaking my mind and so far I have not solved it! I want the following result (edited in PS): buthowareyoudoing? Hereismycode:<divstyle="width:400px;height:400px;position: relat...
asked by 03.11.2018 / 17:51
0
answers

Error with angular data.js mysql PDO

Good afternoon, I'm having trouble performing UPDATE with date however the date always stays 0000-00-00. I'm using angular.js and mysql PDO. I researched here in the forum some similar problems but so far without success. As a beginner, I...
asked by 04.10.2018 / 17:34
0
answers

Problem with Registration in PHP / MySql

Good morning / afternoon / evening. I have a problem on my TCC site, more specifically in the user registry. In the register, there are 3 parts, one of personal data, one of telephone and one of address, with a table for each, the question is...
asked by 04.10.2018 / 22:57