Questions tagged as 'html5'

0
answers

I do not recognize the path, it does not find the resource, before it generated a deploy error. JAVA EE application

view / Home.java package view; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public clas...
asked by 19.05.2018 / 04:06
1
answer

assign value to FormControl

I have a form where I need to print what I receive from the service in the imput using formControlName. <form [formGroup]="VendedorForm"> <input type="text" formControlName="nombres"> <input type="text" formControlName...
asked by 14.05.2018 / 19:11
0
answers

Help Align Columns

Hello, I have the following HTML, could someone write me the right thing to line up? <nav class="color-azulc padding-largo text-center"> <ul class="no-lista"> <li class="col-md-3 inline-block pacifico"><a href=...
asked by 14.05.2018 / 13:31
0
answers

doubt about display table

hi guys, I have the following code: section #info_usuario.conversacion{ border: 3px solid #2856b6; padding: 0px; text-align: left; } section #info_usuario.conversacion h3{ padding: 15px 35px; text-align: center...
asked by 11.05.2018 / 23:51
0
answers

Problem loading PHPExcel library with load

When I upload my file Prueba.php from the href it works without problem, when I load it from a load it does not work anymore. But this way no longer, and I do so because I need to pass values before loading Excel. Test.php...
asked by 12.05.2018 / 20:29
0
answers

Trying to find an API about motorbike brands and models

Does anybody know about an API which contains information about motorbike brands? I mean brand and model or something similar.     
asked by 12.05.2018 / 18:08
0
answers

Can I download a .docm file from a JSP server?

When I download from my jsp application, the .docm files and open them, I get the message: "Sorry, can not open doc1.docm because there is a problem with the content." If I rename that file by changing the extension to .docx it can be displayed....
asked by 09.05.2018 / 12:01
0
answers

data insertion using ajax and php

I have a problem. I have to make an attendance report, based on the marking done by the employee at the time of entering, I must perform the assistance (if it is or is not). to insert the assistance, I need to do it through ajax but I could not....
asked by 09.05.2018 / 16:18
0
answers

how to get the value of a stored procedure

I have a question I am using stored procedures with oracle and take them to a web page in asp the question is that I have this stored procedure from which I get the login and password of the database. But I also want to bring a description th...
asked by 09.05.2018 / 18:45
0
answers

Javascript does not work in the "create" of CRUD in Laravel 5.5

I have the following structure for the views of a CRUD of categories: I have javascript libraries in the app view that is in the layouts folder. In all other routes work perfectly. When I enter the category index, the javascript continu...
asked by 07.05.2018 / 07:48