Questions tagged as 'html5'

2
answers

Print a Javascript variable in Input html

<script> function Sumar() { var n7 = document.getElementById('txtN7').value; /*Fator tempo*/ var n8 = n7.replace(',','.'); var cem = (n8)/4; /*Calculo de fator*/ var n1 = document.getElementById('txt...
asked by 26.02.2018 / 19:35
1
answer

localStorage - object HTMLTableRowElement

I'm trying to save changes to the html code of my page made by a javaScript interaction. More precisely, I want the table I create with js to keep the html changes saved. localStorage.setItem("resposta", document.querySelector("#tabela-ana...
asked by 03.03.2018 / 04:27
2
answers

How to add background in an inline list? And how to remove the default underline effect?

I'd like to add a background to this menu, how can I do that? The background-color only adds color to the words and not to the whole. And also has this underline effect in the <nav> list that I'd like to remove.   HTMLCODE:&l...
asked by 24.02.2018 / 19:01
0
answers

Marking areas on Google maps

I am on a side project of a condominium, which will have an area on the site that will have the entire condominium area, and inside all lots. Would an outside of me do with Google image or Google maps a way that when the person was passing the m...
asked by 23.02.2018 / 14:38
0
answers

Generate Json File from Javascript values - REST and NODE

I'm trying to create a form data reading routine HTML and, from the value of the input fields, generate a JSON file with NODE JS (create a .json file, it is not translate to json ). I also want to implement the...
asked by 23.02.2018 / 18:40
0
answers

how to join a file in html

I would like that when the client clicks on the view button, it is the other page on the site ... Okay, so I'll have to create another html document. but my question is that if it's still the code a href="ver_mais.html no html5."     
asked by 20.02.2018 / 18:36
2
answers

Release button save with permission

I have a register table in a modal, it has the save and cancel button, only when filling all the input and select obligatory it releases the save, and saves in the database, everything is working, but if I go in the change it brings all the opti...
asked by 20.02.2018 / 17:25
0
answers

How to perform an enter action on an input in Google Maps SearchBox

I'm using the Maps v3 API, but I'm having a hard time clicking a button to trigger the SearchBox action to find the address on the map as a trigger trigger a enter event, follow the example below: <!DOCTYPE html> <html> <h...
asked by 27.02.2018 / 21:41
1
answer

Using Side NavBar Materialize CSS

Good evening, I am creating a crud and using materialize on the front, as I am a beginner I have a small problem, how do I link to the side sessions? type, when you click on products have to appear on the side in the blank part of a lis...
asked by 17.02.2018 / 22:38
0
answers

Image Upload with Ajax (fakepatch) for PHP

I'm getting data from a form (HTML) to register in my database, the data is coming in the following way in the Firefox Console. link . In my view the problem apparently is in the variable $ _FILE that can not get the file with this fakepatch, w...
asked by 17.02.2018 / 20:29