Questions tagged as 'html'

3
answers

Load values in drop-down select with MySQL PHP and HTML

I have a table in my database called "client types", with 3 fields: user, type, discount. Class code Clients : <?php /** * Clase TiposClientes. */ class TiposClientes { private $idusuario; private $tipo; private $descue...
asked by 02.11.2017 / 20:41
3
answers

Delete object in javascript

I'm making a table that creates an object, but I do not know how to remove it <html> <head> <meta charset="utf-8"/> <script type="text/javascript"> var i = 0; function Añadir() { i = i + 1; var it = docum...
asked by 01.11.2017 / 15:14
0
answers

Datepicker Region dd / mm / yyyy MVC [closed]

Good estimates: I have a theme with the validation of the Date of Birth, I have the datepicker set to show the date in dd / mm / yyyy format But when I enter the Input, the validation of the Data Annotations jumps and validates me as mm / dd...
asked by 20.10.2017 / 18:45
2
answers

Nesting media queries with CSS

I'm thinking about nesting several media queries within a single one, something like: @media (width: 1024px){ @media (heigth:300px){ //codigo } @media (heigth:600px){ //codigo } } It would be possible or should be done of...
asked by 20.11.2017 / 23:04
1
answer

Change values of radioButton elements to ComboBox!

Hello Good morning to all, what happens is that I am developing as a migration of a simulator, and the problem is that some radiobuttons, certain parameters are loaded at the time of puncturing and those values are filled in an input depending o...
asked by 21.11.2017 / 16:15
0
answers

Differences in jQuery in localhost and server

I have this jQuery code: (function($) { $.fn.extend({ WETotalScroll: function(opts) { var object = $(this); var position = "top"; var domHeig...
asked by 10.10.2017 / 13:53
0
answers

How to center a background image as the screen is resized?

I am working with Bootstrap a web one page, which I work images type background-image within a div of size 12 ( col-lg-12 ) said div has a high of 640px which covers me all the screen my background bg1.png ( lin...
asked by 10.10.2017 / 13:32
1
answer

How to save in bd, the coordinates that I am showing in a div.innerHTML?

Good, I'm new to the community. My problem is the following, I need to save the coordinates (latitude and longitude) in my database when the person makes a record in my Web Application . Before making the new entry the user agrees to share thei...
asked by 12.10.2017 / 20:35
2
answers

Help with Html document and dompdf library

I need help with a document that I try to convert from word to html and then to pdf with dompdf I do not understand why it makes me a jump of almost 1 page and the code of the library is not always attached here it looks good but in the pdf it g...
asked by 25.10.2017 / 21:49
2
answers

three columns per php row

Hi, I want to create a gallery of images where you define how many I want to see, and I want them to look at 3 per row using php                                                         <body> <div class="container-fluid">...
asked by 02.10.2017 / 19:48