Questions tagged as 'html'

3
answers

Show content of a variable in html from php

I'm new to php and I'm trying to show in a textbox the contents of a php variable but I do not get it, all the code is in the same file. <html> Number of places, time      <div id="contenedor"> <div id="logo" &g...
asked by 09.06.2017 / 16:48
3
answers

delete dd / mm / yyyy from an input type date

Hello everyone knows how to delete the letters that are put in the input type date, so that it remains blank as an input typo text ? There in the picture is what I need please read it.     
asked by 25.09.2018 / 20:36
2
answers

Help php receive two dates and show the end of the month in red

I need help with that exercise, it's a web application with php . It has to be POO Make an application that receives two dates and shows a list of the dates included in that range, showing the last day of each month of RED color. I'm do...
asked by 17.07.2018 / 17:16
3
answers

Help with nested Javascript functions

I have a page that loads a Javascript and contains this: (function(f) { function qb(a) { var b = g.sockets[a]; b.onopen = b.onclose = b.onmessage = b.onerror = function() {}; for (var d = 0; d < b.events.length;...
asked by 06.12.2016 / 21:35
2
answers

validate data when selecting an option in a combobox

I have a select with the following data: <select name="entidad" id="entidad"> <option disabled selected>Seleccionar Entidad</option> <option>TODAS</option>...
asked by 02.04.2018 / 21:46
3
answers

Warning message in PHP when not finding records

Good day, I have a page that searches for me in a table that I have in mysql, the question is .. If I do not find any record that I have to put code and where to get a notice like "No records found?" I enclose the code that performs the sea...
asked by 26.03.2018 / 20:00
2
answers

Save classes in CSS

It turns out that I'm doing some outline, normal, and clean buttons. Normal have background-color , outlines only border, and clean only color, I also have color attributes, my intention is that this attribute is only used in html , for...
asked by 23.04.2018 / 20:09
2
answers

delete data from a DataTable ()

How can I delete data from DataTable() ?, when instantiating    var table = $ ('# sampleTable'). DataTable (); marks me as an error    TypeError: $ (...). DataTable is not a function Is there a way to even remove the functio...
asked by 13.03.2018 / 17:50
4
answers

How can I make the first letters of the capitalized words appear?

The fact is that I have this code and it only converts the first letter. The fact is that I want you to convert the first letters of each word and I do not know how to do it. document.write("Nombre y apellidos<input type='text' id='dato...
asked by 21.10.2017 / 20:49
3
answers

Is there any way to align this perfectly using CSS or something else?

I'm currently producing an HTML text that I'm trying to align, I'm doing it raw, using &nbsp; . This is an example (do not pay attention to the <font color ... that I plan to improve for CSS): <div class="page_b...
asked by 11.10.2018 / 21:10