Questions tagged as 'html'

2
answers

Hello, I have a problem on a php page with an INSERT query

I have my php page in the first part of the page I have the declaration of the variables and their storage with the "name" that places them on the html page <?php include 'cn.php'; //recir los datos y almacenarlos en las variables $nombre =...
asked by 27.05.2018 / 14:48
0
answers

touch action of css?

I have a web page in Asp. Net, but it turns out that I added SSRS reportviewer to which I added the touch-action property because they are displayed on a touch screen. I just put the property like this: touch-action: manipulation in the preportv...
asked by 01.06.2018 / 17:04
0
answers

Iframe is not displayed on Android devices in Chrome browser

You see, I have the following situation, I have an Iframe that is displayed on apple devices without problem, no matter the model, on desktop / pc it shows no problem, on android devices with any browser other than chrome is displayed correctly,...
asked by 01.06.2018 / 20:18
1
answer

The website can not be accessed

I have a web application, in which there are lodged .jpeg files, which are inside a folder called "delivery notes" When I try to open a file from the url, for example: www.miweb.com/albaranes/nombre_archivo.jpeg I skipped the next screen...
asked by 20.06.2018 / 12:29
0
answers

Graph management painted with BonsaiJS

I am developing an application in which I want (among other things) to represent a system with a graph, in which each subsystem would be a node and each edge between nodes would represent the connection between the subsystems that it unites. I'm...
asked by 11.06.2018 / 12:13
1
answer

Close session in hibernate when returning an ArrayList

I have a problem wanting to close a session in hibernate. I enclose the code that works for me public ArrayList<Empresa> getEmpresas() { Session session = null; SessionFactory sesion = HibernateUtil.getSessionFactory(); se...
asked by 21.06.2018 / 07:15
1
answer

Can an item that is in the same container be affected?

Well, I'm in a project, you'd better see the code, I think that css3 does not allow it to affect with a selector an element that is before the main element. If you execute it, you will see that the CSS does not affect the element. First so that...
asked by 10.06.2018 / 12:21
0
answers

Who can help me build this table in html?

I want to show a table in html of a query of the database of three tables that are related, the tables are structured as follows: Restaurant | Platos | Precios ----------------------------------------- id | id | id nombre...
asked by 21.05.2018 / 05:19
4
answers

Add the columns of an HTML table with Javascript

I have a table obtained from the database which I am trying to add columns to Total. I show the image so that it can be understood: HTML code <table id="tblKardexValorizado" class="table table-striped table-bordered table-condensed ta...
asked by 22.05.2018 / 20:08
1
answer

How to add Header to an Excel Report with PHP

I need to generate a report in Excel with Cabecera, that is, add who did it, the department, the time I downloaded the excel from the page. etc ... etc ... I already generate the report, but I have no idea how to add the other. This is the f...
asked by 23.05.2018 / 15:21