Questions tagged as 'html'

2
answers

Bootstrap Fixed Header Responsive Table

Please I need help to set the header of my board with bootstrap. I tried several examples that circulate but in none I get the desired result. My table contains 11 columns and is within a div responsive: <div class="p...
asked by 15.05.2017 / 22:48
1
answer

why some files do not redirect? [closed]

Install the copy of a web system on a new server with its respective database. When doing tests I realize that some files do not direct me to what should be or redirect themselves. Do not change any code ... Why does this happen?     
asked by 26.05.2017 / 16:07
1
answer

Help with html2pdf

Good afternoon I need help with the html2pdf, I want to automatically fill some fields of the document but doing tests and I do not detect the variables, This is the one that shows the data in the pdf <!DOCTYPE HTML> <?php sessi...
asked by 19.10.2017 / 17:03
2
answers

UTF-8 IN JSP does not work

I have been trying to get my form to save the ñ character, however whenever I debug this character is replaced ... what is it due to? I have tried this way: <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@include f...
asked by 16.05.2017 / 14:56
1
answer

.focus () to a tabIndex

I can not find the way to do with jquery a .focus () to an element with the tabindex property. I've seen that in old versions of jquery you can not, but is this still the case today? How can it be that a library focused on the DOM d...
asked by 16.05.2017 / 17:53
1
answer

Button close on a div with video

How to place the close button, I'm sorry I do not know much about design, so I use bootstrap. This is the image of my system. This is the code: <div class="modal fade" id="videos" role="dialog" aria-labelledby="my...
asked by 09.05.2017 / 20:27
3
answers

how to give different style with CSS using the same class but in different environments

I have the following HTML code: <!DOCTYPE html><!-- no-cache --> <html> <head> <title>Ficha de Inventarios</title> </head> <body><!--sii.load head --> <link href="/...
asked by 09.05.2017 / 18:48
2
answers

Uncaught ReferenceError: url is not defined in the url line: url + 'remove_contact_company.php',

function cargaPagina(pagina) { var desde = pagina * itemsPorPagina; $.ajax({ data:{"param1":"dame","limit":itemsPorPagina,"offset":desde}, type:"GET", dataType:"json", url:"Conexion_Contacto.php"...
asked by 15.09.2017 / 03:28
2
answers

Query call data by selecting a datatable AJAX field

Hello I have the following question, I call the data in my database through the current year, with the following code: <script> $(document).on("ready", function(){ listar(); }); var listar =...
asked by 14.09.2017 / 15:43
1
answer

I can not insert data into MYSQL if I use the action in HTML to go to page

The code I have is the following: <form method="post" action="ingre_acta_exi.php"> <table class="table bg-info" id="tabla"> <tr class="fila-fija"> <td><input type="number" name="IDE[]" id="IDE" value=""/&...
asked by 14.09.2017 / 13:09