Questions tagged as 'html'

1
answer

problems with angular onload html 2 (typescript) [closed]

Colleagues, I have a problem, I want to do a trivia with dynamic questions in a single page, at the beginning I need to execute a function to assign value to some variables in the html, but the onload does not work for me. this is html with type...
asked by 15.04.2017 / 17:08
1
answer

Change mysql query with javascript

I have a problem and I do not know how to solve it, I show my code of a select loaded with mysql data, <?php $link = mysqli_connect("localhost", "root", ""); mysqli_select_db($link, "stp17"); $tildes = $link->query("SET NAMES...
asked by 28.03.2017 / 15:22
0
answers

Record Repeated in a table with infinite Scroll

I have implemented a table with infinite scroll in HTML with jquery, php, mysql. The query records are done correctly. In php, query intervals are handled well with the LIMIT clause of mysql. And in each response, the variables that control t...
asked by 29.03.2017 / 02:47
1
answer

Problems rendering html in dompdf

Good morning, I am trying to generate a pdf file through the DOMPDF library, using html and css. $dompdf = new Dompdf(); $dompdf->loadHtml(utf8_decode($this->load->view('facturas/factura', $data, true))); $dompdf->setPaper('A4',...
asked by 21.03.2017 / 11:48
1
answer

Data list is no longer displayed

I have a problem, when visualizing the data assigned to a specific type of role, the data of the others are no longer displayed, the field is set. I have the following:     // Load the Role and the associated permissions according to the ID...
asked by 30.03.2017 / 19:42
1
answer

Progress bar with values to load a page [duplicated]

I would like to know how I make a progress bar WITH VALUES when entering a page, that is, not to upload an image but to show me the percentage of the entire page, of all the resources. a progress bar while loading the whole page An examp...
asked by 31.03.2017 / 00:11
0
answers

Convert / decode character in html page and convert it into a list

I have a server in python 'simpleHTTP' running on my machine. He works as he should but there is a problem with the client side. An error is raised when you try to read a directory that has an accent in its name. This has happened to me no...
asked by 18.04.2017 / 21:04
0
answers

JSON HTML Help

What am I doing wrong with the following code that is not displayed in HTML? When I modify it and the page is HTTP, it works perfect, but when using an HTTPS web, it does not show anything. <script type = "text/javascript" language = "j...
asked by 18.04.2017 / 21:55
0
answers

Chart.js Uncaught ReferenceError: require is not defined

I want to do some tests with the library chart.js, I add the library manually to my project (without using bower). I consulted this question in the English forum but currently there is not the dist folder in the download of github...
asked by 13.03.2017 / 10:18
3
answers

How can I change the name of an image when I save the image in a folder and in the database?

What I want to know is how to change the name of an image that I will ask in an html form to save its name and extension in the database and the image in a corresponding folder. What I do not want is that if a user uploads an image with the s...
asked by 13.03.2017 / 00:28