Questions tagged as 'html'

0
answers

html to PDF conversion libraries print BD php variables?

The question is self explanatory. I have tested some libraries, but they are giving error. I believe it is because there is PHP in the code. Is it possible to print the page completely? Below the code to be printed in pdf: <body&g...
asked by 28.03.2018 / 19:22
1
answer

Show result of a servlet list in JSP page

I need to capture an input name, query the database, and return the result in a jsp page. I want to show the result in a short section of the JSP page, in case I mix the JSP page text with the result I want to capture. jsp page with input  ...
asked by 17.03.2018 / 22:08
0
answers

Draw HTML table so you can save the data in mysql

I'm having the following problem: I started working with php now, and I have a problem. I have to make a table that should, after being populated by the user, store the data in mysql. I leave here my table as it is currently: My questio...
asked by 21.03.2018 / 12:34
0
answers

Get directory to save file

I'm developing a system, and in that system, I generate a PDF report from some information, I'd like to know, how do I open a screen that looks like filedialog , but to select only the directory, so that when you generate the report, the u...
asked by 21.03.2018 / 13:39
1
answer

My Form does not send

I made a form to send contact data (name, email, subject and message). <form name="contactForm" id="form-contato" method="post"> <fieldset> <div class="form-field"> <inp...
asked by 15.03.2018 / 03:20
1
answer

WEB Overlay

Personal I created a website, with Wordpress. But in one of the pages when in mobile my links do not work what I understood was that there was something over my site and when I saw that it was the same. I saw that the id #sidebar occupied the wh...
asked by 15.03.2018 / 03:33
0
answers

Transform html data within txt into Excel tables

I'm trying to transform some data that is in html and are within a txt to .xls in table form, that data is pertinent there is an email body that extracts, if there is any other idea I might be pulling that body and playing as xls would help me a...
asked by 13.03.2018 / 19:18
0
answers

Select2 with incorrect stylization

I'm using a select2, but his style is coming in a way that was not expected. This way: HowdoImakeitfitandalignwiththeinput-group?HTMLcode:<divclass="form-row"> <label for="cidade">Cidade</label> <div class="input...
asked by 15.03.2018 / 17:52
1
answer

pass input value to php session variable without page reload

Good. What is the best way to pass an input value to a session variable in php without reloading the page? For example, with this method the page does the reload: <form method="post"> <input type="text" name="valor1" onchange="s...
asked by 12.03.2018 / 19:43
1
answer

Collapsible option of Materialize does not work correctly

I'm using the Materialize Framework to display a list. This list can be expanded, but only works after reloading the browser several times with CTRL + F5. When I load directly into HTML, it works, but when I load the list into JavaSc...
asked by 11.03.2018 / 16:54