Questions tagged as 'html'

0
answers

Extract data from Internet Explorer to Excel

Good day. I'm programming a macro that will extract information from a Table in Internet Explorer and upload it to an Excel sheet. So far I have only managed to extract the headers from the table but I have not managed to get the content....
asked by 12.04.2017 / 14:55
2
answers

IF conditional in MySQL

I'm doing a system of inventories so far all my form inserted correctly just want to place a condition that does not allow insert another record with the identifier and then leave a notice that that is wrong. <?php require...
asked by 17.04.2017 / 19:17
0
answers

Incorrect format when generating a table in pdf with jsPDF

I have this table in html <table id="test" class="table table-striped table-custom table-responsive"> <thead class="ordenable"> <tr> <th class="col-xs-1 col-sm-2 col-md-2" id...
asked by 20.04.2017 / 13:35
1
answer

Dynamic jquery button on a table?

<table id="tabla"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> </tr> </table> Currently to enter data to my table use apend, how...
asked by 20.04.2017 / 20:35
1
answer

IE 10 does not respond to hidden bootstrap

I have a site made with bootstrap and it works OK on all devices and browsers except in IE 9 and 10 where the hidden and visibility classes do not work, such as hidden-xs. Do you know if there is any way to correct this? I searched and found not...
asked by 20.04.2017 / 17:27
1
answer

I have problems to save a cookie in javascript

My problem is that I try to create a cookie to know which is the user that is using the web, the system I want to try is quite simple, I just want to create the cookie from the mail of the person who wants to start the session, the cookie should...
asked by 08.04.2017 / 22:28
0
answers

add div to a specific div cloned

I am trying to insert a div to a div cloned worse for example specifically to that, that is, what I want is that when you puncture a box and expand it appears not an area where I can put divs and then if I want to another box then something diff...
asked by 21.04.2017 / 23:08
0
answers

Delete records from the base with angular

I have a problem, I can not delete the records in the database. In my project I have the following code: Controlador: $scope.typeKeyDelete = function(index){ $scope.loadTypeKeyFromList(index); $scope.typeKey.$delete(); $scope.typ...
asked by 07.04.2017 / 16:48
1
answer

How do I get the data of several input that autocomplete to another

Good afternoon, I have this bbdd with 7 tables. link In the last one as we can see I have 4 PK because it is necessary to be able to have a document with the same name but with different versions. The problem is: How do I collect the dat...
asked by 05.04.2017 / 17:13
1
answer

Enter values to the database

I have my database created, in it a table with the fields, ID, VALUE, VALUE2, TIME, I have my PHP file that I enter the values (VALUE AND VALUE2), which is this: <?php $conexion = mysql_connect("localhost", "usuarioservidor", "1234");...
asked by 06.04.2017 / 18:08