Questions tagged as 'html'

1
answer

Sort Drop-down menu HTML5 / CSS / JS

Currently I have a simple menu with one of the drop-down options since I only need that option to deploy. The problem is that I do not get the option to drop it in the correct position that is the third, but it is last. Additionally I have a pro...
asked by 14.11.2018 / 17:21
1
answer

Error too many values to unpack

When I fill out the form, the data stores it correctly in the database, but the form does not work again and the error "too many values to unpack" appears. What can I do? Here is my template: <div class="col-md-20 animate-box">...
asked by 07.11.2018 / 19:43
0
answers

activate a swich with a select

My question is how can I activate this swich with the option selected by the select that is above <fieldset> <legend>Reporte Indicadores</legend> <div class="row"> <div class="form-group col-md-6">...
asked by 08.11.2018 / 18:37
0
answers

ERROR WITH CAPTCHA, NO SEE IMAGE

This is my code .. I try it on another pc and it works fine, I already tried updating updates and changing the style of the lyrics but nothing. I do not see the values of the captcha <?php session_start(); unset($_SESSION['rand_code']); if...
asked by 08.11.2018 / 03:47
1
answer

Update data from a while

Hello good day My problem is that I have a table of type of vehicles and plates and I need you to update by means of a button, it only works with the first data shown by the while, but it does not change it with the others MI JAVASCRIPT...
asked by 07.11.2018 / 18:20
1
answer

add a php function with apped () jquery

I have this div to which I want to inject the html code: <div id="phas"></div> And this is the html code that I want to add, but inside, it has a php function to build the options of a select. var myString = '<label>Sele...
asked by 07.11.2018 / 18:15
0
answers

add autocomplete to dynamically created inputs

I hope you can help me ... I have several days trying to solve this small problem, I happen to have a table with an initial row and a button that adds more rows (dynamic rows) ... The question is that the inputs have the autocomplete function, o...
asked by 07.11.2018 / 16:34
1
answer

Error in PHP Post

I'm doing the final project about forms in my Web programming subject, but when I press the register button it shows me an error that says: Can not POST /register.php Here is my HTML code <!doctype html> <html> <head&...
asked by 11.11.2018 / 04:29
1
answer

ASP how to send ID to a form

What I want to realize is that each time you select the edit button as shown in the image Redirects me to a form where the input captures the selected data For example, if I select Edit Truck, it appears in the truck editing input...
asked by 07.11.2018 / 14:15
1
answer

Pass data to select in modal

Again I come to your knowledge, I have a table which is filled with data from mysql, each row has a button that displays a modal window which carries the data of the row on which the button was clicked. Inside the modal window I have a select...
asked by 08.11.2018 / 14:51