Questions tagged as 'html5'

0
answers

Problem with dispatcher and Css

I am trying to link a servlet with a jsp using: request.getRequestDispatcher("/jsp/Mostrar_apartamentos.jsp").forward(request, response); The problem is that when it runs it shows me the jsp without any CSS, I changed the css routes, becaus...
asked by 22.04.2018 / 17:27
2
answers

Use validation html5 and send form by ajax

I'm trying to send a form that is inside a modal using ajax and use the validations of html5, but when doing this and clicking on the send button, it redirects me to the page where the form data was sent. <div class="modal fade" id="modalNu...
asked by 20.04.2018 / 03:48
1
answer

Put one element above another in html with css

I have two attributes in the html, but I have one over the other and I want the one that fits me over the other. I already show you the photo This should be This is how Code Default.ctp (Menu) <div class="menuPrincipal"...
asked by 19.04.2018 / 23:07
1
answer

Problem with firefox and @ font-face

Hi I have a problem linking my @ font-face in firefox when I use "../" in the url of the font to go to the previous directory. I have the following example code, if I remove the "../" and paste the "sources" folder that keeps all my fonts ins...
asked by 20.04.2018 / 04:29
1
answer

Show only when you type in the text field

In the tutorial of Bootstrap 4 of W3 there is a section called B4 Filters, it is like a search engine with JS, and it looks for the words that are in a DIV with a text field. But I want the DIV to be hidden and shown only when I type in the text...
asked by 28.04.2018 / 20:31
1
answer

Control when a pdf has more than one page

The following code creates and exports to me a PDF with an invoice, the problem is that when I have more than one page I should jump to the next page, however what causes me is a collapse between the second table and my last table with the two t...
asked by 18.04.2018 / 11:18
1
answer

Aria Tag Datatables

I have a problem with a table where I need to sort each one by its specific column. Here is the table <div class="container-fluid container-fullw padding-bottom-10 scroll-tabla"> <div class="row"> <table class="table table-s...
asked by 17.04.2018 / 12:02
0
answers

Render input file "PDF" in Internet Explorer with ASP.NET MVC 5

I'm trying to show a preview of files (.pdf). Currently I select the files with the tag "input file multiple" and I generate a list of the names of the selected files, now I would like to add a link that when I click on it open me in a modal win...
asked by 16.04.2018 / 23:13
1
answer

Autocomplete html sql form

Well, I'm creating a system for the control of dining rooms, I'm really new to this, however I like to learn, I explain my problem I have a bar code reader reads a "card" and inserts the code into an input , I would like that when reading the ca...
asked by 16.04.2018 / 01:19
0
answers

Insert reading of a scanner in input type = text?

I am developing a mobile application where the form registers information but I have a scanner field that opens the camera and scans me. The problem is that it does not return the value of the reading, which is the numbering, it does not return...
asked by 15.04.2018 / 21:31