Questions tagged as 'html'

0
answers

Problem with while fetch_assocc and string

What I try is to get data from the database to create HTML tags of type option but the problem is that what I need to send is a string and not a array . The JavaScript that sends the information between HTML and PHP works...
asked by 24.07.2017 / 22:10
1
answer

I can not insert data using the php form

In my next form within a php page I try to insert an email and a password inside the database. But he does not specify me why I can not perform that operation and I get the error message "I do not turn out" <div class="panel-login"> &...
asked by 13.08.2017 / 22:41
1
answer

How to display the menuContextual of an input type="datatime-local" with JavaScript

I have a <input id="miInput" type="datetime-local"> and I need to display the calendar to select a date but pressing a <button id="miBoton"> Mi Boton </button> . What event can I use to display this contextual menu...
asked by 15.08.2017 / 23:22
1
answer

HtmlHelper for a FILE type input

I have a little doubt, I need to generate an input of type File to save images in my BD, I'm using razor views in asp.net mvc 5, but I can not find how to do it by HtmlHelper , but I see that gives you none for this type of input, any idea...
asked by 14.07.2017 / 20:44
0
answers

Consume configuration file within an HTML

I need to know how to consume a configuration file (with dynamic variables, depending on the environment where it is used) from an HTML and how I should invoke those variables (within the html code)) Any suggestions? Example configuration...
asked by 27.07.2017 / 13:27
1
answer

A Switch does not work [php]

                 INTRA-Nielsen | Scheduling <link rel="stylesheet" href="/dist/css/styles.css"> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, use...
asked by 27.07.2017 / 15:03
9
answers

What is the best place to place src="" tag scripts in HTML?

I recently had a problem calling the JQuery scripts in a small php script, I usually place them after the body tag like this: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="wi...
asked by 26.09.2016 / 17:05
1
answer

Problem in javascript with system of measurements in table

I am starting to learn a bit of javascript to do a small project and I have run into a problem that I have not been able to solve in any way, I hope you can help me. I tell you a little about the project to know what it is: In a Increaseable...
asked by 13.07.2017 / 01:51
2
answers

Why do not you send me the else in PHP

<?php require_once('conexion.php'); $usuario = $_GET["usuario"]; $clave = md5($_GET["clave"]); $result = mysqli_query($con,"SELECT * FROM usuarios where usuario = '$usuario' and clave = '$clave'" ); //echo $result; if($row =...
asked by 26.07.2017 / 15:38
1
answer

hasClass to removeClass after addClass

I'm trying to create a function which looks for if there is a class in a body which contains the id="skin" so that when you want to change the theme of the whole page, this function does all the work without needing to change each class of all b...
asked by 26.07.2017 / 16:06