Questions tagged as 'html'

1
answer

Divs being added one on top of the other

I have three menus, when I click on each one, it leaves a div that was as display:none as display:block . What is happening is that by clicking on Menu 1 and then on Menu 2, it is adding one div below the other. Jquery looks like...
asked by 03.04.2014 / 15:36
1
answer

Get components that are inside an xhtml file

In a facelets (xhtml) source code of primefaces, I want to extract all <p:inputText> tags. After that, I want to get the label attribute. How could he accomplish this? Remembering that the components have different filled-in...
asked by 13.02.2014 / 15:31
1
answer

CSS - Leave a minimum distance between two elements 'fixed'

I need to leave a minimum distance between two fixed position elements (the top and the bottom). The problem occurs when you apply zoom-in to the page, the two elements are virtually in place, and the purpose is to make the central conten...
asked by 27.12.2014 / 00:24
1
answer

PHP MYSQLi Array no select html

I'm a beginner in php and I'm developing a small system for my company that already serves as a study, because I really like this area, the question is simple, I have the following code: <?php include('conn/conexao.php'); $edt = $_GET['edit...
asked by 29.12.2014 / 14:00
1
answer

Contact form not working

I have the following problems in the form I put together: The form is not sent to the email. After clicking the submit, pressing to reload the page, gives the conflict of "Confirm form resubmission". Here is the Code: <div class="f...
asked by 26.12.2014 / 13:00
1
answer

How to update indexes of a listing dynamically

I have a table where I can select the number of items in an order. And in each row I have a number of 01 to 15 sequential where it identifies the quantity of items. The problem is that when I delete an item, the interesting thin...
asked by 31.12.2014 / 12:08
1
answer

how to make a pattern background with CSS?

I was looking at the bootstrap templates and this template caught my attention because your background is done with the technique pattern , that is, it has only one image that repeats "perfectly" throughout the background. How can I do a bg l...
asked by 21.06.2018 / 19:24
2
answers

Servlet with JSP does not insert into the database

I'm doing my Interdisciplinary College Project and it would be an e-commerce. Well, I was following the part of inserting in the bank for a course book I made for Caelum, but I do not know if something is missing in the book, but at the time of...
asked by 08.11.2018 / 04:54
1
answer

Is it possible to assign a value other than the value acquired from an OPTION in a SELECT when submitting the form to PHP?

Well, I think the title of this question has been confusing, but I'll try to get a better understanding of my problem. I'm developing a project with the CodeIgniter framework (I'm a beginner) where I have a php / html page with a form that co...
asked by 17.11.2018 / 19:19
1
answer

Implement button navigation: [first] [next] [previous] [last]

Explanation: I have a table in HTML + jQuery and I have an enumerated paging that is functional, but I would like to add an additional navigation to it. Question: I would like to add an implementation, of which it would be a 4-button na...
asked by 11.11.2014 / 14:12