Questions tagged as 'html'

1
answer

Filter, library Table filter Jquery

I modify the whole post since I'm going to do it for Jquery as they indicate in a comment. I am using this plugin: link Well in this js it works according to their example: link Now I enter my table and it also works: link...
asked by 17.05.2017 / 07:26
1
answer

Update multiple forms printed by a query

This form is printed the amounts of times according to the results, but ajax only catches me the first form, the other forms are sent to me jumping to the other page. Here is my code in Ajax. :) <script language="javascript">// <...
asked by 09.05.2017 / 06:59
2
answers

how to read a txt file with Java

I think I also need a BufferedWriter and FileWriter but I do not want to write inside the file I just want to read it, modify what is already read and rest it inside a String public String substituye(String parrafo) { StringBuilder co...
asked by 05.05.2017 / 16:39
1
answer

Registration of several data of the same type in a single record linked to php with relation of mysql tables

Good I am something new in the programming and I am doubtful with respect to how to do the following, I have a system in php linked to mysql. I have a record made in php that sends me the data to a table called 'students' which has: estudia...
asked by 02.05.2017 / 16:52
1
answer

Firefox does not recognize .xls download (PHP)

I have the following headers in a php view header('Content-Type: application/xls'); header('Content-Disposition: attachment;filename="' .$user[0]. " " .$user[1]. '".xls'); with the chrome browser the file is downloaded workin...
asked by 02.05.2017 / 14:24
0
answers

How can I use the $ _SESSION, to send data to my corresponding account

Fatal error: No se puede volver a asignar la variable auto-global. Hello, well the problem comes to me when sending data to a database to the field that belongs to the user. This way I put this in my files to not lose the variable. Exampl...
asked by 29.05.2017 / 00:33
0
answers

List box in htm format

I am working with an xslm file in which I have added a drop-down list with different options. My problem is that when I convert Excel xslm to htlm format. (The objective is that the end user does not modify the original Excel file) the drop-d...
asked by 29.05.2017 / 10:31
1
answer

Does not load Angular Js correctly in internet explorer

I have the following problem when wanting to load a url in internet explorer. when loading my page with angular 1.5 in mozilla, normal load. then I copy the url of my page in mozila and I paste it in internet explorer this shows the html without...
asked by 11.05.2017 / 20:05
0
answers

How to print the contents of a web form

I am trying to print the content of a form on my web page, for now I am doing it in the following way: <input type="button" id="btnBuscar" class="btn btn-primary" value="IMPRIMIR" onclick="javascript:print()" /> The problem is that...
asked by 11.05.2017 / 21:10
2
answers

Redirect page by clicking on image

I am trying to create a web page and I am encountering some problem. Through classes in php I've shown an image and a text on the main page, now I need to click on the photo to take me to another page where I can show the information but I...
asked by 04.05.2017 / 10:04