Questions tagged as 'html5'

1
answer

Using PHP to send a reply from a form to my Email and is giving the error 405 Not Allowed

Every time I click to submit the form it gives this error! How can I resolve this? HTML Form Code 5: <form class = "col s12 m4 offset-m4 l4 offset-l4" action="submit_form.php" method="post"> <div class="row"> <d...
asked by 25.12.2017 / 19:42
1
answer

Search Box with Full Text

I will insert the search box below into the text and I want it to be by default the search text "brands of home appliances" so that the user must only click search without having to fill in the text. <div id="divBusca"> <input typ...
asked by 29.12.2017 / 21:55
2
answers

How to delete input and bring filter options back

Good afternoon I have a cod. I want to be able to do this, but I do not know how to do this, but I do not know how to do this. just to simplify I made a reset button, which deletes my input but does not bring the options back, just brings it bac...
asked by 19.01.2018 / 16:43
1
answer

Change date that appears in a datepicker

I have the following datepicker: var dataIni = document.querySelector("#calendarioIni"); var dataFim = document.querySelector("#calendarioFim"); function checaVazio(){ var botao = document.querySelector("form input[type='submit']"); botao...
asked by 13.12.2017 / 15:26
1
answer

Feedback to the user

I have a method in php that performs certain task and then I need to give a success / error feedback to the user and return to my index.php. This feedback can occur both before returning as in my own index.php. My current scenario is as follows:...
asked by 11.01.2018 / 14:10
1
answer

How to use base64 image in Angular 2?

I'm consuming the json service through Angular 2. And inside a ngFor with my let professor of professores , there's a line where I use this base64-type image: <div class="foto-card" style="background: url('{{ professor.imagem }}') cen...
asked by 06.12.2017 / 16:35
1
answer

Bootstrap problem

I'm having trouble with index.html , but I do not know how to solve it. It was pro Mizuxe appear on the left but the opposite happens. Already my items: Home; About; Meet; The; Authors and Contact disappear. My index.html : &...
asked by 06.12.2017 / 20:36
2
answers

Copy video with its attributes

I have an HTML5 player using the <video> tag, but I have the video (which is transmitted via DASH protocol) to be loaded into the tag using a bookstore javascript. I need to have exactly the same video in a popup that the user can...
asked by 14.12.2017 / 12:27
1
answer

What is the purpose of the meta description and how do you use it? [duplicate]

I was walking through some sites and found that they used this meta tag: <'meta name="description" content="..."> I wanted to understand more about the use of it and where it occurs.     
asked by 15.12.2017 / 12:42
2
answers

Pass PHP variable onclick="history.go (-1)"

I'm trying to create a button that returns the form to correct it, thus keeping all content typed in HTML for the user to correct the wrong information, however sending a PHP variable so I can do the UPDATE in MySQL without inserting a n...
asked by 07.12.2017 / 20:08