Questions tagged as 'html'

2
answers

Create an element with a list of values entered by the user

I have a simple program, which takes the value of a id1 text box and after pressing the button it throws this text (function Enviar1 ) to another text box id2 . What I need to do is delete this id2 and show the text in...
asked by 28.04.2017 / 02:01
3
answers

Call PHP file in HMTL form

I want to call a .PHP file, but I can not. I have this script: ======== <html> <header> <title>Home Page</title> </header> <body> <form method="post"> <fieldset> <leg...
asked by 26.05.2017 / 19:27
1
answer

Image cracking (HTML, CSS, responsiveness)

Good morning, My problem is this: I'musingPrestaShop.Ineedthoseimagesintheprinttobeunderneatheachother,whentheresolutiondecreasesorwhenitisaccessedfromamobiledevice,sothattheybecomeunreadable.Itwouldjustleavethemonebelowtheother,Idonotknowif...
asked by 13.03.2017 / 13:56
1
answer

Progress bar in Jquery

Well, I have a bar that works the following way, when my scroll is on top of the div of the bars they will start to fill up. I did the css, but I can not do Jquery, any tips? HTML: <label for="barra"><h2>HTML </h2><...
asked by 07.04.2017 / 17:01
1
answer

How to leave the text aligned in the responsive?

People are doing the site politicadascidades.com.br and when I switch to responsive design I come across it This is the welcome screen in desktop version, the text is align="center" and everything is ok as per request. But in the responsive v...
asked by 22.03.2017 / 22:37
1
answer

Page directing to system in frame is it recommended?

I have a system in PHP; to access it I use the script below redirecting directly to it inside the frame , so the address stays static in the browser. Is there a problem or not a recommendation for this type of practice? <frameset ro...
asked by 23.03.2017 / 13:41
1
answer

input effect with jQuery

Well, I've created a very precise system and input with that of android, I've used CSS and jQuery. But I wanted to put a precise effect on the google lite material. Here's the example link: link I do not want to use the lite material bec...
asked by 21.04.2017 / 15:35
1
answer

PHP PDO - MySQL query data does not appear in the table

What am I doing wrong in this script? I make a query in the database to return all the data from the curso table and display their names in the table, but it is not working. In addition this part of the code is being displayed on th...
asked by 22.04.2017 / 06:19
1
answer

How to keep input values when user moves to another page [duplicate]

Well, I set up a very simple form to explain my problem. <?php $action = filter_input(INPUT_GET, 'action', FILTER_DEFAULT); if ((!empty($action)) && ( $action === "add")) { ?> <script> alert('ERRO');...
asked by 24.03.2017 / 20:32
1
answer

After registering (in PDO), direct the page to index.html

I'm using HTML and PHP. The connection to the bank works, it registers the entered data and everything. Next, I open index.html, it has the option that takes me to the registration page: <li><a href="http://localhost/middleearth/form-...
asked by 25.03.2017 / 06:35