Questions tagged as 'html'

2
answers

Show button by having active "n" checkbox

I have a question and I do not know how to solve it, I want a button to appear only when I have all my active checkboxes for example 3. And that this button disappears when one, two or all are deactivated. I have the following but I think I'm wr...
asked by 26.04.2018 / 21:19
3
answers

Pass data from one input to another input (each input is different html)

I have an html which in an input allows me to enter a data to perform a search, I must be able to take that data entered in that input and put it in a popUp (new window). Hmtl 1 <Doctype html> <head> <title>C...
asked by 26.04.2018 / 20:32
0
answers

How to display the Selected Data (using JSON) of a Multiple Select

<!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8"> <script type="text/javascript" src="js/funciones.js"></script> <link href="css/jquery.multiselect.c...
asked by 03.05.2018 / 20:38
1
answer

Because I do not take the values in method $ _POST | print_r () expects at most 2 parameters ... on line 5

$habitacion=$_POST['habitacion']; $estado=$_POST['estado']; $personas=$_POST['personas']; print_r($habitacion,$estado,$personas); $query="SELECT * FROM habitacion WHERE hab_id='$habitacion'"; $result=mysq...
asked by 26.04.2018 / 06:40
1
answer

Divide fixed height between children

I have a div (let's call it X) that occupies 85% of the screen and I need that within that div other divs can be added, some contain text, other images and other videos. Each child occupies 100% of the width of the father, but the...
asked by 28.04.2018 / 02:14
0
answers

how to modify action form? Django

I have this form in a template: <form method='POST' action='{% url "proceso-compra" object.slug %}'> {% csrf_token %} <span>TALLA </span> <select name="talla" id='id_t...
asked by 30.04.2018 / 08:42
0
answers

Problems with My .htaccess file and the friendly URL

In my systems I am implementing this from the friendly URl since it seems unprofessional to see the extensions of the files and the variables that are passing through $ _GET, I have already managed to remove the extensions of the files by means...
asked by 24.04.2018 / 14:28
1
answer

How to deselect a multiple selection

<!DOCTYPE html> <html> <head> <title>select multiple</title> <link href="styles/multiselect.css" rel="stylesheet"/> <script src="multiselect.min.js"></script> </head> <body>...
asked by 25.04.2018 / 16:25
1
answer

Save data with JSON medainte input text in localStorage

I have a job to deliver in a few hours but it does not work out. I do not know if someone can help me. What I have to do is that when I add a new element and save the text it is uploaded to the localStorage and that when that element array is de...
asked by 25.04.2018 / 15:47
0
answers

Doubt when using SPA in PHP

Dear Good afternoon, I have a question about this page which I designed in php because I designed a library in javascript and I get this error: Uncaught ReferenceError: library is not defined     at rutas.js: 3     at rutas.js: 13 (fu...
asked by 22.04.2018 / 20:43