Questions tagged as 'html'

1
answer

Create a table using DOM with 2x2 cells - DOM functions

I am making a table of 4 squares, 2x2, and I have created the elements by means of DOM, only DOM functions can be used. Why does not the table generate me? HTML Code: <!DOCTYPE html> <html lang="en"> <head>...
asked by 30.05.2017 / 18:23
1
answer

Deformation in HTML image responsive mode

I'm working on a website, I'm not good at design, I have a section with background of an image, then about 4 images which are reproduced automatically, The problem is when it comes to testing it on a cell phone the section has a si...
asked by 30.05.2017 / 21:25
1
answer

How to walk an append that is inside a for? [closed]

In HTML I have the following: <div class="row"> <ul class="simplefilter"> Simple filter controls: <li class="active" data-filter="all">All</li> </ul> </div>...
asked by 22.05.2017 / 18:47
2
answers

document.getElementById ("something"). value; does not detect the input even if the html document has already loaded

I am trying to access the input of a questionnaire but document.getElementById ("something"). value is returning an empty string. This is the file submit_event.html <!Doctype html> <html> <head> <title></tit...
asked by 20.05.2017 / 18:58
1
answer

Store select result

In a previous post ask this: Download selected object and thanks to a user gave me the idea, which I appreciate very much. But now I have another doubt, and since I have to have 50 of respect to be able to respond and others, well I make anoth...
asked by 24.05.2017 / 09:20
2
answers

Can a result generated in PHP be displayed in an HTML?

I am doing a program that makes several calculations and in the end generates the result in a $resultado , the data is entered from the HTML in <form method="POST" action="archivo.php" > For example, in the <form>...
asked by 22.06.2017 / 23:13
1
answer

How to avoid the cache in firefox

Good, I wanted to know what else there is to prevent firefox from using the cache, to save our website, now I use the goals <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /&...
asked by 19.05.2017 / 04:34
1
answer

Input Date compatible with Internet Explorer?

I have a form in Html using bootstrap, in all browsers the input type works: "date" only Internet Explorer does not and I need it to be compatible with that browser, I found a way to do it with Script which is the following: <script type="t...
asked by 22.06.2017 / 22:57
2
answers

Select the parent node of an element with CSSS [duplicated]

The code that I have been given has elements that are dynamically painted, are informative and are within a , I would like to know how I can, having the id of a div that is within this a , select by CSS that a . <...
asked by 18.05.2017 / 16:31
1
answer

Insert data with each to a jquery table

Currently I go through an array and I show data in a table, dynamically, what happens to me is that it inserts all the values in the last row of the table and skips the first one, in what way can I do so that the Do you insert data from the firs...
asked by 19.05.2017 / 20:25