Questions tagged as 'html'

1
answer

validate entries to a database from different devices through a web application in xampp

I have problems validating entries to a database through a web application, I'm trying to do with a xampp server, and a web application in html, I can see the database from my Android device, and the web application, but when I want to insert da...
asked by 28.06.2018 / 02:15
0
answers

Google Directions API

I am using the Google Directions API API to measure the traffic of the city of Bogota from one point to another point but I see that it always returns the same information to me all day long and I see that in Google maps if the time changes, I w...
asked by 27.06.2018 / 19:22
1
answer

Maintain values in text boxes

I'm starting in this PHP and I created this little form. Whenever I give it when calculating clean the text boxes, it works OK, but I would like you not to clean the text boxes. This is my HTML. <form action="index.php" method="...
asked by 27.06.2018 / 21:50
0
answers

Problems in bringing data to an edit form

I make a form where I want to modify some data that is inserted in my DB , but I have a problem with two fields because it does not bring them to me. form that is, when clicking on the edit icon, fill in the form with the data that is stored...
asked by 05.07.2018 / 13:41
2
answers

Capture id from an img tag list with jquery?

The application what it tries to do is against a series of stories of some citizens in a video clip series, now, what I'm trying to do is show thumbnails. I'm trying to capture the value src of an img tag, the thing is that the id of the img...
asked by 27.06.2018 / 00:06
0
answers

php do not give me an html class, how to zoom magnify a table?

good day I think I did not know how to ask my question well. the problem I have is that I want a table to show me a magnifying glass style ZOOM of my table products when passing the pointer over, and of course the data I require. <lin...
asked by 27.06.2018 / 18:25
0
answers

Filter results in datatable

I have a datatable that I filled with a JSON, which results in the prices of orders, I want to make that when using a select and a button you can filter the information according to the month of registration. This is the table: <table id...
asked by 27.06.2018 / 16:26
2
answers

Read a txt file and apply a font

I'm trying to do with HTML and CSS, a code that allows me to read a txt file, extract the text that is stored there, and then put it on the web page with a font, and I can not. I'm not an advanced programmer, I'm just the base. <style...
asked by 05.07.2018 / 17:22
0
answers

BootstrapTable removes check when I filter and remove the filter

Each row in the table has a checkbox in the first column. When filtering by any field, the checkbox check disappears. <div id="soportesContainer"> <table style="font-size:9px;" data-filter-control="true"...
asked by 05.07.2018 / 16:30
0
answers

HTML2PDF include meta, links css and js

I'm trying to create a pdf with the html2pdf library, but it says "headers already sent" when I add any of the following lines: <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" /> <link href="css/style_vista.css"...
asked by 28.06.2018 / 15:44