Questions tagged as 'html'

1
answer

Problem doing CRUD with HTML and JS [closed]

I can not do the edit button: var count = 1; function Insert(nome,idade){ var tr = '<tr>'+ '<td style="font-size:20px;text-align: center" class="tdnome">'+nome+'</td>'+...
asked by 15.01.2018 / 17:11
1
answer

How to link a computer file in my html?

How do I link a folder from my computer to my html file? Each folder I want to open is inside the same folder where I saved my html file. I'll leave the print on the screen to help you understand. Within the pm-projects folder are the pm-proj...
asked by 15.01.2018 / 22:03
2
answers

HTML - Why use, or not use, "/" to close tags without content? [duplicate]

I noticed that it's common to see some Void element tags with closing /> Ex: <br /> <hr/> <meta name="twitter:domain" content="pt.stackoverflow.com"/> And right here in the StackOverflow source I found...
asked by 15.01.2018 / 13:21
4
answers

How to make the screen scroll by clicking on a tag a

On the product page there are two links: 1 with the quantity of comments that already exist for the product and another saying "Write a comment". Further down the page there is a "tab" tab with the comments part. When you click on the link it tr...
asked by 15.01.2018 / 13:58
1
answer

Html "Double" Select required

Hello, I am trying to make a form in the html where it contains TWO selects required, however I will use only one at a time, that is when I select the other required should pass "beaten". The structure is as follows: <form> <select r...
asked by 15.01.2018 / 12:34
1
answer

Insert accented word in MYSQL

How can I correctly insert accented words in MySQL? Example: if you try to insert "John" you are recording John. MySQL is as Collation utf8-default collation I get the input data "name" below: <%@page contentType="text/html" pa...
asked by 29.01.2018 / 02:22
1
answer

limiting a date field to just numbers

Currently my fields look like this: function formatar(mascara, documento) { var i = documento.value.length; var saida = mascara.substring(0, 1); var texto = mascara.substring(i) if (texto.substring(0, 1) != saida) { docume...
asked by 30.01.2018 / 13:58
3
answers

Decrease the JAVASCRIPT forms

I have a code when the person clicks add the code generates other forms .. but how do I in each form have the option to delete? Note: I do not want to delete the last one added but a certain one. var counter = 1; jQuery('a.add-author').cl...
asked by 29.01.2018 / 13:42
1
answer

How do the Spring MVC ResponseEntity return on a new page?

I have a method of a report controller (posted below), to which I get a PDF. The problem is that it returns the pdf on the same application tab and this is killing it. How can I do to return in a new tab? Post method that is submitted in h...
asked by 05.02.2018 / 00:18
1
answer

I have a problem loading the page it goes directly to the footer

When you open the page on localhost it goes directly to the footer: Anditdoesnotstartintheheader: Theproblemisintheform,butIhavenoideaofpq..]code:<formid="contact" action="mail_send.php" method="post"> <h3>Precisa de Ajuda?</...
asked by 06.01.2018 / 02:43