Questions tagged as 'html'

1
answer

How to make content repeat on another page?

Hello, I'm developing an application using PHP and bootstrap. The body is composed of three columns, the two sides should repeat on all other pages, I wanted to know how to insert them in the other pages in a way that when I change a column all...
asked by 10.08.2017 / 05:26
1
answer

Fpdf PHP page

I'm having trouble paging. I get the data from the report in array format, so I have to do a foreach to scan the data, I happen to be doing it within 2 for, and the data keeps repeating, as I solve it, I tried to use some breaks, but not it w...
asked by 10.08.2017 / 14:36
3
answers

How to disable an input field?

After receiving a value, how do I block an input field so that it does not have its value changed? below are two fields; how to block only the 'FANTASY NAME' field and keep 'CNPJ' to receive a new value? $(document).ready(function(){...
asked by 02.09.2017 / 22:26
1
answer

Create a Java application for WEB that also runs via desktop

Good night everyone. I'm thinking of developing an application with the following features: Backend: Java Frontend (Option 1): JavaFX Frontend (Option 2): HTML5 + CSS3 I want to start the right way, internationalizing the ap...
asked by 09.08.2017 / 04:36
2
answers

Breaking table on multiple pages

I'm creating a Web application that displayed two equal sized tables However, both have about 100 rows each, I would like to display only 25 rows from each table and to see the rest of the table would have those subsequent pages: 1, 2, 3, 4 ......
asked by 14.09.2017 / 18:48
1
answer

How to make the result be published in the right place?

I'm using require on my page, so the result is being printed after the footer, someone would know how to solve it, follow the code: <?php require ("principal.php"); $servidor = "localhost"; $usuario = "root"; $senha = "root"; $tabe...
asked by 10.08.2017 / 18:17
1
answer

HTML pages: fill form and make this data appear on a 2nd page both HTML, but how?

Good afternoon. If you can, I need some help. What I have to do seems simple, but I'm not getting it. I need to fill out a form and click the save button it should show another page with the same data that I registered on the previous page...
asked by 26.08.2017 / 20:08
1
answer

Change appearance when going through section

In this code below, I can make the item clicked change background-color , but I would like it to change without clicking, ie when I was passing through the corresponding <section> .    I know how to make it change with a cer...
asked by 26.08.2017 / 20:47
2
answers

Form fields not clickable on site when opened on desktop?

link I have a form of contact form that uses JS to validate and PHP to send the data, however in that site the link is above, the form is not clickable when opened on the desktop (in mobile it works normally). I've circled all html and did...
asked by 07.08.2017 / 18:35
1
answer

Submit in form BootStrap does not pass data via post!

Hello, I have a html form using bootstrap, but I can not send via post. * detail, form without using style bootstrap goes smoothly. follow my form: <div class="row contact-wrap"> <div class="status alert alert-success...
asked by 04.08.2017 / 17:04