Questions tagged as 'html'

3
answers

Success message after filling form with HTML and PHP

I'm creating a simple customer registration through a form. However, I am not able to put a "Successfully Signed" message on the same page as this form. The validation of this form, before sending to the Database, I did in PHP, according to the...
asked by 15.04.2017 / 17:48
1
answer

Dynamic Table with Bootstrap and JQuery- wenzhixin

There is a repository in github, bootstrap-table-examples , which shows a very interesting and dynamic table of be reused. However, for lack of knowledge I could not understand the 100% project. However, it has a code snippet I was very interes...
asked by 14.03.2017 / 18:46
1
answer

Change the page gif

I'm creating a page where it will contain a gif that is looped, but I would like it as soon as I got to the end of the first loop to replace the gif with another and so on ... to do that with javascript or something the type? where do I find the...
asked by 17.02.2017 / 19:22
1
answer

Dynamic Select with query

I want to make a dynamic form like this: link I'm having difficulty linking mysql, php, and javascript to the following extent: -The first select the options values are generated by a query (Select * from Continent) - As selected Contine...
asked by 23.02.2017 / 18:23
1
answer

Set service price in select [closed]

I have a question, I have a table of requests id, name, request, value, date ... and in my page I have a form with select, I would like when I select an option it sends db the name of the I would like to know if there is any way to do this in an...
asked by 23.02.2017 / 04:52
1
answer

JS scrollTo effect, make working by clicking on li and not only on a href="#"

My problem is the following, I'm using the scrollTo plugin, everything was ok, working on all the elements I wanted on the site. But they asked to change something in the menu, currently the effect only happens when I click on the &...
asked by 16.02.2017 / 14:08
2
answers

Eternal loop button using AngularJS

I'm using a button in which you have a call ng-click = CustomerSearch. It triggers a function in the controlled Angle but stays in the eternal loop. How do I fix this? HTML <div class="botao" align="right"> <md-but...
asked by 16.02.2017 / 15:40
1
answer

The html is not sending the images to the server

I have the following modal: <!-- MODAL PARA CADASTRO DE TAMANHOS --> <div class='modal fade' id='modalTamanho' tabindex='-1' role='dialog' aria-labelledby='myModal'> <div class='modal-dialog' role='document'>...
asked by 15.02.2017 / 18:30
1
answer

Show fields if different from 0 (zero)

How to display the fields of each record in the table, if the field N is nonzero? </td> </tr> <tr> <td><?php echo $customer['produto2']; ?></td> <td><?php echo $customer['seria...
asked by 20.02.2017 / 22:01
2
answers

How to split an image (which can have different sizes) in 3 x 3 using javascript?

Criteria: - Divide the original image into 9 divs (3 x 3) of equal sizes. - Each (one of the 9) div with the respective partial mirror image (of the original image) of their respective position. #idteste.image:before { content: url(...
asked by 26.03.2017 / 20:36