Questions tagged as 'html'

2
answers

I can not access node_modules with gulp

I have a file structure and task automation with gulp. When I run the default task if I read all the css files including the ones I send from node_modules, but when I add the browser-sync task and run again gulp it does not read any css file...
asked by 16.10.2016 / 17:02
3
answers

How to make that when I click on a record of a table I update the data of a form with the corresponding registration data with ajax?

I have a table in which all the records of a table of the bd are displayed and in which when clicking, the information of the selected record must be shown in the form, since in this form the first record is always shown, besides everything on t...
asked by 12.10.2016 / 23:03
1
answer

Customize excel report generated with html and jquery

I am trying to export a common html table to Excel using Jquery. My script already prints the table, what I need is to personalize the names that appear in the headers as well as sizes of the columns, colors, etc. This is the image of my repo...
asked by 13.10.2016 / 20:26
1
answer

Problem with Side Menu

I'm correcting the page of the company where I work and has some problems, I put a side menu as requested by the boss but I have the problem that when you go to another section and click on the menu you go back home This is my menu button cod...
asked by 03.11.2016 / 18:03
2
answers

Show result html and php

Hello I have a problem with the following code because it shows me a result of zero I do not know why it does not read the function of the php, they would be so kind to tell me what I'm doing wrong, thank you very much. <script src="j...
asked by 16.09.2016 / 15:54
1
answer

Upload file * .xls generates null, instead * .xlsx works correctly

A simple form to select a file. <form role="form" method="POST" action="procesaExcel.php" enctype="multipart/form-data"> <input type="file" id="inputXML" name="inputExcel" > <button type="submit" class="btn b...
asked by 21.09.2016 / 10:42
0
answers

I can not load image in the jquery code

Good morning. I'm passing the jquery data to the html so that it shows them and the image is not loading it. This is the code: dataType: "json", url: "/Home/filtro", data: { tran: transaccion, loca: loca, barrio: ba...
asked by 12.11.2016 / 14:16
1
answer

Template does not show me the form made with ModelForm in Django

I'm doing a small ToDo app to start practicing some things in Django and I found this little problem that I do not know how to solve until now. I am using python 3 and django 1.10 models.py from django.db import models from django.forms...
asked by 09.08.2016 / 15:19
2
answers

Use text as input

I want to make a purchase button, with some CSS attributes, but without using images. I want it to be a black square, with the text COMPRAR in white letters. This is what I tried so far, but it is not black and does not look like a...
asked by 18.08.2016 / 19:00
1
answer

Transform document xls / xlsx to html - without interop

I have a document xls and another xlsx already saved in bytes[] in my code and I need to pass it to html+css to be able to display it on a page. It is important to point out that I also need the css and that...
asked by 19.07.2016 / 09:00