Questions tagged as 'html'

1
answer

jQuery - show () hide ()

I have a button called "new" ... <input type="submit" style="width:200px; height:28px;" name="nueva" id="nueva" value="Añadir"> I want to select or click, open a form / div to fill in some data. <form action="<?php echo $_SERV...
asked by 29.11.2017 / 12:17
2
answers

how to interpret a string as a php variable

I intend to do this: echo $.'variable'; as a result of this: //Solicitamos a la BD todas las id de la tabla categorias $data = $this->Global_model->get_select_array('idcategoria', 'categoria_tmp', TRUE); //rastreamos to...
asked by 09.11.2017 / 21:50
2
answers

Two columns, one fixed, another scroll

I have two columns in HTML , and I want to do the following, but I have not achieved it, neither with position or something else, I'll be grateful if you can help me: column on the left , with vertical and fixed centered content, tha...
asked by 06.12.2017 / 13:58
1
answer

Upload MySQL PHP server image - form / data

I have a form to upload the data of a cabin to a table called "cabins" and the images chosen through the input property "file" to the table "images". The problem I have is that I do not upload the images. What am I doing wrong? Screen ou...
asked by 07.12.2017 / 17:21
2
answers

How to do an alphanumeric validation in Javascript?

Good, I'm trying to make the user have to enter if or if at least a number or a letter, otherwise than error. //Caracteres permitidos var letras = "abcdefghijklmnopqrstuvwxyz"; var numeros = "0123456789"; var correcto = 0; var correc...
asked by 02.12.2017 / 18:30
1
answer

HTML table cell value

I have a function that creates a row within a table html , inside one of the cells in the row I have an element of type input of which I want to obtain the assigned value, I do it in the following way: function añadirDetalle(){...
asked by 04.12.2017 / 22:19
3
answers

input type="date" is not recognized in internet explorer 11

I tried to place <input type="date" name="fechaesperada"> But I do not recognize the internet explorer control 11 Someone knows what I should install or what syntax should be in order to have a control to handle a calendar   ...
asked by 01.11.2017 / 14:58
1
answer

Problems with the Bootstrap carousel

Good morning. I'm having a problem with the carousel and I do not know what I have to change to solve it. The problem is that the carousel takes the two photos well but does not slide well in the two photos. It is in the first photo about 4 se...
asked by 09.11.2017 / 14:52
1
answer

I can not define multiple script tags

I have the following code <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />...
asked by 01.11.2017 / 20:06
1
answer

Checkbox with JQuery (select and deselect)

Good day forum. I bring you a query about jquery and html, I have a form and in this three checkbox which each one will have a different behavior is to say when you select the first checkbox show me when the deselections I hide that div until...
asked by 13.09.2017 / 21:38