Questions tagged as 'html'

1
answer

Extract data from a web page

I am investigating how to extract data from this web page (Updated price information). This generates a .xls file. My idea is to automate this extraction of files for example with some phyton library. I have seen other tools but I would like to...
asked by 03.08.2018 / 11:31
1
answer

Replace characters [duplicate]

This post may seem duplicated, but I have tried several ways and the problem is not solved. I have a DataTable in which I dynamically load HTML tags. These labels, instead of being like this: <img src="ruta" /> they look like...
asked by 26.07.2018 / 12:26
3
answers

Show input according to type Radio

I am trying to show a input or a textarea depending on a input radio to save the administrative reports. I just want you to give me some guidance, since javascript is not used, considering that it's with javascript or jquery...
asked by 03.09.2018 / 20:19
1
answer

How to capture html button click to call an android java method?

Dear liking in greeting them, I am working in Android Studio creating an environment with WebView, in this there is a button that when pressing it should call a function created in java. Is it possible to approach this dynamic linking with addJa...
asked by 06.08.2018 / 21:06
1
answer

Add row to a table with data from a modal

if you can help me with this question of how to pass the data filled from a form that is in a modal to a new row in a table. And let it accumulate every time you open the modal to fill out the form, and the option to delete the row. This is m...
asked by 08.08.2018 / 00:26
2
answers

Onsubmit with JavaScript and PHP

I'm learning a bit with JavaScript and PHP. The case is that I have a form ( form ). Once filled in you have two processes. One is PHP, which collects the $POST of the html with if(isset($_POST['submit'])) and processes...
asked by 13.07.2018 / 10:00
2
answers

Character counter in input with PHP

Hello, I'm creating a script where the user is asked for an Input where he can put a word or phrase and that decreases the number of characters. pero me sale del todo bien <?php if(isset($_POST['enviar'])){ if(isset($_POST['texto'])){ $tex...
asked by 13.07.2018 / 01:20
2
answers

button edit does not work in javascript form

I have a form, which does not work the edit button, this instead of doing the edition of the record, add a row to the table, I have printed it by console and it is undefined, this is in the Save function () of the JS, this always goes by the els...
asked by 26.07.2016 / 21:38
2
answers

How to use a variable as an array?

I have the following code that randomly generates an alphanumeric string: var currentGameID = Math.random().toString(36).slice(2); Then, in the following code, take the names of the players from the text boxes and store them in a new object...
asked by 03.07.2018 / 00:48
1
answer

Change of order in nav because of the css

I have a problem with my browser and it is that when I put it in the position I want (on the right side) it changes all the order that I have given it in the HTML. Is there any solution? I leave the code here and many thanks in advance. HTML...
asked by 30.06.2018 / 15:03