Questions tagged as 'html'

2
answers

How can I show the product name when I insert product code?

Purchase products, when inserting code, show the name of the product to which it belongs. This is the code: <div class="md-modal md-dark custom-width md-effect-9" id="formnproducto"> <div class="md-content"> <di...
asked by 28.03.2017 / 16:09
1
answer

input date and time

I have an input in which I select the date and a select to mark the time. Of those two input, I have to make an insert to the database since the field is datetime. How could I do it? I can not use datatimepicker, because it deconfigur...
asked by 25.04.2017 / 11:58
2
answers

Problem UTF-8 and iso-8859-1

I have had a web page that had the following code in the head: <head> <!--COMIENZO: CABECERA USUARIO--> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!--FIN: CABECERA USUARIO--> <!--METAIN...
asked by 30.03.2017 / 10:05
2
answers

Fill input text according to the value of other input text

I have a product table which has a code, name, etc. .. then when entering the product code in the form, automatically place the name of that product ... <form accept-charset="utf-8"> <div class="form-group" id='mcodigo'>...
asked by 30.03.2017 / 18:47
1
answer

error when reading a variable in PHP Notice: Undefined property: stdClass :: $ Name

I am trying to read a webservices that is in SoapUI but the field that I am trying to read is not a unique name, that is to say that I have several fields with the same name this something to itself. <get1:Wallet> <get1:Nam...
asked by 30.03.2017 / 17:49
2
answers

Fill in with blank web page

I'm trying to make a function using JQuery that eliminates the blank space that I have left in the pages whose content is very small. Attached an image to clarify the situation: The idea that I have been told is by JQuery calculate the...
asked by 27.03.2017 / 08:13
1
answer

Element is not displayed in Safari

Good morning, I have the following problem in one part of the code, which is the following: echo "<section class='hilo_paginacion'>"; echo "<div class='creacion_hilo'>"; if (isset($_SESSION['usuario']) AND count($todas_respuest...
asked by 26.03.2017 / 18:21
1
answer

Limit the time in a html and php form

In a html and php form, which passes to a mysql db, can you prevent the same user from responding several times? And limit the time to a week, for example? I want that after a given time, one month, (in the example the month of February), the us...
asked by 04.04.2017 / 14:34
2
answers

How to activate a li depending on the page where I am with JQUERY?

I have the following JS code: var theme_list_open = false; var aurl = window.location.href; // Get the absolute url $('li a').filter(function() { $(this).prop('href') === aurl; if (theme_list_open == true) {...
asked by 03.04.2017 / 20:11
4
answers

Some doubts with materialize

good at the end I could make my web responsive, I thought that those things were done manually, and it turns out that there were framework ufff, well anyway, I have some doubts that remained pending: For example in my forms when I have text f...
asked by 04.04.2017 / 22:48