Questions tagged as 'html'

1
answer

Bring the value of the select and leave it marked by GET

Good I'm doing the order editing and I bring the data through GET. There is a field in the table called Iduser which is the user who has placed the order. Then to edit the order I get a select with all the users that I have in the BD....
asked by 11.12.2018 / 10:15
1
answer

JavaScript Agenda

I have problems to do what they are asking me, in terms of creating an agenda, they ask me to create a page where there is a send button that will make the first data that it receives become the username and password to access to the next part o...
asked by 16.12.2018 / 19:31
0
answers

Drag and Drop with Localstorage

I'm trying to make an html with a drag and drop. On the one hand I have in a div a series of divs with names of foods, and on the other hand some divs that act as containers for the drag and drop. <!-- Elementos arrastrables --> <div&...
asked by 15.12.2018 / 15:15
0
answers

Fixed column with the same height as the row that contains it

I have a td with absolute position to keep a column fixed, how can I make it have the same height as the tr it is contained in? My code: * { box-sizing: border-box } .tabla-responsive { margin: 2em auto; }...
asked by 07.12.2018 / 22:28
1
answer

Send values from a mysql select to several inputs in php

I have a selectbox populated from mysql from a table with two fields (id and name). The selectbox shows the list of names. I need that when selecting an element of the select send the id to an input text and the name to another input text. For n...
asked by 04.12.2018 / 17:07
1
answer

The data is not recorded in my database

<?php $X = mysqli_connect("localhost","root","");//or die("<h2>NO se encuentra el servidor </h2>"); //mysqli_select_db("abogados",$X) or die("<h2>error conexion </h2>"); if(!$X){ die("<h2>NO se...
asked by 04.12.2018 / 15:59
0
answers

passportjs always directs to fail logon

I'm trying to make a logon with passportjs but for more than I put the user and password well always directs me to the fail logon. Passport.js module.exports = function(passport) { passport.use('local', new LocalStrategy({ us...
asked by 27.11.2018 / 13:29
0
answers

Problems giving CSS styles to buttons in a content editor

I am starting in the world of CSS and jquery and I have proposed creating a text editor options bar similar to this: To start I made this HTML and CSS code, to generate some elements to my text editor options bar, I wanted to ap...
asked by 23.12.2018 / 07:59
1
answer

as I do that in this diagram the data "duration" shows me 2 months

<html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> google.charts.load('current', {'packages':['gantt']}); google.charts.s...
asked by 12.12.2018 / 23:41
2
answers

detect the browser language with js and redirect the visitor

Hello I need that when a user opens my website, detect the language and redirect it to the browser language. I'm trying this but it goes into a loop and the page loads constantly. I hope you can help. There are 3 languages that I have to address...
asked by 25.11.2018 / 19:46