Questions tagged as 'html'

1
answer

Register sequential number per year PHP [closed]

I wanted to create an automatic numbering record but would reset every year. For example, 170001 ... 170002 and for the year 180001 ... 180002 But with this code I am always registering 1700001 <?php function conectarBanco(){ r...
asked by 19.12.2017 / 13:25
1
answer

Limit result that has the same ID

Hello! I created 2 tables and made a relationship between them. In case I want to limit the quantity of an item if it has the same ID, eg: Hotel IBIS - São Paulo Hotel IBIS - Rio de Janeiro Hotel IBIS - Porto Alegre Hotel IBIS - Brasilia Hote...
asked by 24.12.2017 / 22:37
1
answer

How to concatenate 2 Strings with Java in HTML [closed]

I'm using the following input with 2 preset values. <input type="text" class="read-only" value="${FORM.dataAgendamento + FORM.horaAgendamento}" readonly="readonly" size="40"/> If they are integers, it works perfectly, however for stri...
asked by 01.09.2017 / 00:44
1
answer

"see more" command [duplicate]

I have a mobile page, it has a lot of texts with a lot of information about it, with a few paragraphs, I would like to know if I can leave a paragraph of each subject with three dots and the "... see more "to display the other paragraphs if it...
asked by 31.08.2017 / 21:45
1
answer

Passing values between Express and EJS

I have a foo value that is obtained in an asynchronous method in a db.js file. The query is being performed normally and I can already capture the data of the foo variable in my index.js file, but when trying to pe...
asked by 04.09.2017 / 23:01
1
answer

Displaying 'loading' warning when update iframe - html

I'm having trouble with an application, where the screens take a long time to redirect. To get around the problem, I created a page with only an iframe, which contains navigation between pages. The biggest problem is that it is not possible t...
asked by 28.08.2017 / 15:02
2
answers

How to align label next to the input

I would like to know how to leave the label, for example "CNH" next to the input, as follows in the image the labels are distorted!     
asked by 11.01.2018 / 17:50
1
answer

How to allow the user to add a new option in a select?

I need to mount a select where the user can add new options, so I need the select to allow typing and a button next to it would call the function to include in the list. Home How can I do this? I have just the basic select with the link that sho...
asked by 14.09.2017 / 17:04
1
answer

How to add opacity in the bootstrap menu

I'm now starting to mess with both site and bootstrap, I'm using wordpress tbm. Ok my doubt is as follows, I added the default bootstrap menu on my site, and I left it fixed on top tbm, I would like to know now how I do it to tweak the opacity o...
asked by 16.09.2017 / 05:28
1
answer

How to change the image when hovering over

I'm doing a service area of my site (wordpress), and I would like to add only images in it and when the user hover over these images that image change to another one so with the name of the service that was the first one ... I would like to k...
asked by 16.09.2017 / 09:38