Questions tagged as 'html'

2
answers

How to remove and add a certain TD

Within each tr there are several buttons (add and remove) and their respective td (s), how do I know that certain tr should I delete if I click on one of the add or rem buttons? Also wanted to add a new tr of c...
asked by 19.06.2015 / 16:44
1
answer

Calculating date and tag onblur

I'm creating a screen to add orders. When I choose the date of the sale, I would like it to automatically calculate the due date and change the maturity field value (which is always 180 days after the date of purchase). <table>...
asked by 05.06.2015 / 17:27
1
answer

Problem with HTML link with classic ASP [closed]

The following code snippet is giving me problems: While not rsQuery.EOF If vStrCurso <> rsQuery("SIGLA") Then ind = ind & "<p></p>" ind = ind & "<span><b><a...
asked by 15.06.2015 / 15:11
1
answer

Change font size

I am trying to change the font in an html document, however, if I indicate the font name, it does not change and the font size returns to the original. This is the code I am using: p { padding:20px; background-color: white; f...
asked by 20.06.2015 / 20:19
3
answers

Mysql - Assign Id's to records

So, I'm having doubts about something that might not be complicated, I wanted to assign values (id's) to the records that returned it: SELECT * FROM 'aldeias' where 'userid'='-1' Doing this, will return only the id's of the villages withou...
asked by 16.06.2015 / 14:01
1
answer

Form validation with angle 6

I have this form, very simple, with only one field and one button. I gave a required input, and when I write with the empty field and / or null, it does not record (correct), but it already changes to the list screen. That would be correct, if y...
asked by 26.07.2018 / 18:29
1
answer

Calling a one-button route is not working

I need, when I create an Operator, after creating it, it should call another screen, the list of operators. Turns out it's not working. Is the route called operator and how do I put this button? <button type="submit" class="btn btn-primar...
asked by 26.07.2018 / 15:50
2
answers

make div stay below footer

Hello, I would like to know how to make a div follow the scroll bar of the screen and when it reaches the end of the screen it is positioned below the footer and when you hit the close button, it disappears and the footer is positioned right like...
asked by 23.08.2018 / 21:23
1
answer

HTML - THYMELEAF - pass parameter

I created a parameter in the ProcedureCallerRepository and ProcedureCallerRepositoryImpl so far everything ok my error is in html and I do not know where I'm wrong (sorry if it's a silly thing though I'm still learning) but the part I need is...
asked by 28.08.2018 / 14:47
1
answer

Change default validation message

I have a login form, where if the user does not fill in the fields, he will be warned. The default message is Fill in this field. I changed to Fill in the email or Fill in the password , depending on input > that is missing. I was able...
asked by 27.08.2018 / 23:48