Questions tagged as 'html5'

1
answer

how to save the id of a combobox?

I have a table costs that has the activity table foreigner I enter the costs through a modal, there is a combobox of the name of the activity (outside of the activity table) and in the value I have the id_activity. echo '<o...
asked by 11.04.2018 / 23:15
1
answer

How to embed html in an email and let it run?

Good morning Today again I turn to this wonderful site to resolve certain doubts about how to send HTML code in the content of an email and that it is executed. I thank you in advance for any help, especially if the answer you give me is u...
asked by 11.04.2018 / 04:22
0
answers

input type = 'file' ... in Microsoft Edge

I have a series of which, from the Microsoft Edge browser, I can not access its features since query by Jquery returns undefined, but from others such as Chrome, Firefox or Opera si. These are stored in an array called FileList Next I show th...
asked by 11.04.2018 / 08:38
1
answer

How to save a PDF generated with DOMPDF on an FTP server or on a local server?

Developing a site for my company, a site was developed that is exported to PDF using DOMPDF, being the only difficulty to save it in the company's servers, or in dropbox, Google Drive, OneDrive or an FTP folder. How can I do this using PHP, mysq...
asked by 16.04.2018 / 16:24
3
answers

How to make the footer of my website stay fixed in the bottom part? [duplicate]

Code HTML : <!DOCTYPE HTML> <html lang="es"> <head> <title>Primer página HTML5</title> <meta charset = "utf-8" /> <meta name = "viewport" content="width=device-width"> <li...
asked by 07.04.2018 / 01:13
0
answers

image base64 in score in plugin google maps cordova

I'm running an application in Cordova with the google maps plugin link and I need to add bookmarks with a label. According to this tutorial link say how to do it with    Base64 Encoded Icon Carry out the process as shown in the exa...
asked by 05.04.2018 / 19:01
0
answers

How do I solve this problem, when generating my report with the library Html2pdf, on the first page it shows me this sign "?"

I have tried eliminating the tr where is the sql cosulta and the "?" in my report, but when I add the sql query it generates my report but it also generates this "?" in my report vista_html.php <style > table { vertical-align: to...
asked by 05.04.2018 / 19:27
0
answers

Why do not the Fontastic icons appear?

I am using Sass and in the Fontastic page add 6 icons to be embedded in the page but they do not appear. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content=...
asked by 03.04.2018 / 23:10
0
answers

Send folder path to the server?

I am working on an application in Spring Boot, inside my BD I have an entity (Client) for which I want to save a route in which documents will be saved later. The problem is that the route must be configurable by the administrator, this route I...
asked by 26.03.2018 / 19:25
0
answers

Create a table with the attributes of the product (Prestashop 1.6)

I am trying to show the attributes of a product (in this case the sizes) in a table format from which I can add them to the car as if they were independent articles (with their reference), but the most I have achieved is to create an empty table...
asked by 04.04.2018 / 15:32