Questions tagged as 'html'

2
answers

500 (Internal Server Error) with AJAX and PHP

I have a form which sends 3 data to the file php guardar_lugar.php and at the moment of pressing the button guardar the error occurs to me. I have read several responses from different forums but I have not been able to solve the p...
asked by 23.05.2017 / 16:55
1
answer

How can I make multiple divs work in roll-out status with Jquery?

Good, I need to know how to make this Java Script code more optimized, it works for me so far. I have Divs with class "item" and images inside. The only thing I do is change the attribute when they are in mouse over and out, but I need help to k...
asked by 30.03.2017 / 17:31
1
answer

how can I select what I have in my database in this php file?

good! my problem is that I want to put a select of 2 tables but it does not leave my PHP file. this is the code <?php include('conexion.php'); $paginaActual = $_POST['partida']; $nroProductos = mysql_num_rows(mysql_query("SELECT * FROM tip...
asked by 29.03.2017 / 21:13
1
answer

Make objects in a DJango view do not leave the screen

You see, I have the following html code (I have removed part of the code so you do not get lost): {% load staticfiles %} <html> <body> <h1>Lista de animales</h1> <table> {% for alfa in animales %} <td> <i...
asked by 09.05.2017 / 22:45
1
answer

How to generate a table with rowspan and colspan in php

My question is how to add the colspan and rowspan html attributes to php since I am making an html table in php because I need to download it as a .doc file but it generates an error here: <?php header("Content-type:application/vnd.ms-word...
asked by 31.05.2017 / 19:13
1
answer

How can I export 2 HTML tables to Excel

I have two tables made in HTML but I need to export both in the same excel sheet. I found this code that if I put the two tables on the same page but I do not take into account the footer of the two tables and I do not take 2 columns of the s...
asked by 28.03.2017 / 22:30
1
answer

Give determined height to a div between a menu and a foot

I have a menu that is located above and a footer below with bottom: 0. Now I have added a div and I want it to occupy all the space between the menu and the footer. I have tried with height: 0 auto and it does not work for me. Any suggestions...
asked by 26.03.2017 / 17:22
1
answer

Add new input with autoNumeric class

I have my code: var tr = '<tr class="tr_new">'; tr +='<td><input type="text" name="txt_comi_cond1[]" class="moneda" size="10"></td>'; tr +='<td><input type="text" name="txt_comi_cond2[]" class="mone...
asked by 14.03.2017 / 01:10
1
answer

How to give value to input with a global variable jquery?

I have a select that in a file js is serving me for different things like a change so that I list those cities that depend on the id of the country, it turns out that now I need is that when you click on the option (en el select del pais)...
asked by 21.03.2017 / 23:22
1
answer

Error in menu with jQuery function

I have the following code: <script type = "text/javascript"> lightbox.option({ 'alwaysShowNavOnTouchDevices': true }); listapremier(); $(function(){ $('a').click(function(e){...
asked by 10.03.2017 / 01:58