Questions tagged as 'html'

1
answer

Add TextBox's results from one page to a table of another HTML page

I have an HTML page with an empty table and when I click on a button, it points me to another page where I have 5 inputs, what I want to do in javascript is to put the result of these 5 inputs in the table on the previous page. p> Page 1, name...
asked by 25.11.2016 / 21:37
1
answer

Function js works only once

I have a page that looks up the customer data by code and displays it in a table. The problem is that I always need to refresh the page to be able to do a new search, the button only works once. What should I do? Here is my code: PHP: $func...
asked by 20.10.2016 / 18:37
1
answer

Even putting the table inside a div I can not set margin

I put a table inside a file .html <!DOCTYPE html> <html> <link href="StyleMain.css" rel="stylesheet" type="text/css"/> <div id="tableDiv"> <table border="0" width="100%"> <tbo...
asked by 17.01.2017 / 19:43
1
answer

Ng build -prod Angular 2 - How to publish the application

After giving Ng build -prod it generates files for distribution, my question is the following how can I do this to publish on a PHP server or any other normal one, because when I try to get the files generated by javascript into putting them in...
asked by 17.01.2017 / 12:49
1
answer

Reactjs running on apache

I have the following structure to display the famous Hello World with reactjs: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script src="https://cdnjs.cloudfla...
asked by 30.10.2016 / 01:43
2
answers

How to use HTML or CSS in Android Studio?

I would like to know how I can structure my app with HTML, and style it with CSS too. I want to put a fieldset to form a table. I looked for tutorials on the internet but I did not quite understand how to use it. I want the lvDolar, from the...
asked by 27.10.2016 / 19:17
1
answer

Animation with animate css3

I'm putting together an animation with animate css3 .img-minibox{ height:auto; max-height: 200px; overflow: hidden; } ul{ list-style-type: none; margin-left:-40px; } ul li{ float:left; } <script src="https://ajax.googl...
asked by 28.10.2016 / 17:17
1
answer

Error: Can not read property 'style' of null

I'm doing a work in html, css, javascript and ajax and the goal is to change the tab style with the id of the sensor name when it is clicked, but says that the element does not exist and wanted to know what error it I'm committing. I'm basica...
asked by 02.10.2016 / 14:31
1
answer

CSS Display image in certain "Y" position of scroll

Good evening, I have a question in CSS I'm trying to do a conditional in css, similar to this below: @media only screen and (max-width: 480px) {} This conditional performs a certain action when the horizontal width of the page is below 4...
asked by 03.10.2016 / 04:13
1
answer

Editable line with PHP and Javascript

I'm trying to create an editable line, so when I click on it, Js brings me the inputs, allowing me to make the changes on that line and perform the Update in the database. As in this image, that prinlt of Trello. Note that it's a line, but...
asked by 29.09.2016 / 20:17