Questions tagged as 'input'

0
answers

Homologo of IndexOf in Jquery? o How to execute JavaScript attribute in Jquery?

I want to verify an Input of type Email, and get a validation once placed the .COM since it is the only thing that lacks the validation of the browser. I was dealing with JQuery but I can not find information to help me, I need something that...
asked by 23.01.2018 / 02:24
1
answer

calculate input value with two others, depending on the two that are filled in first one of the input is calculated?

I have three input (cost, utility, price) and I want to do the following: if you write in cost and in utility that the price is calculated, in case it is written in cost and in price that the utility is calculated. This is my javascript code:...
asked by 17.01.2018 / 22:37
0
answers

PROBLEM Form onchange erases fields already written

good afternoon. I have a problem and I would like to know if someone could give me a cable. I have a form: in certain fields, I use the onchange="this.form.submit ()" property in the select, so that I send the value through $ _POST, save it i...
asked by 10.01.2018 / 18:08
1
answer

Problem with angular material INPUT

I have a problem with including the input of angular material to my project because it does not work as it should visually. I leave you an image of how it looks I followed the instructions in the documentation step by step and nothing. Thi...
asked by 03.01.2018 / 19:28
1
answer

Problem showing what you extract with $ _POST (Input)

Good afternoon! I'm making an order form. This select, I get the design of the BIFOCALES family We say that you save the ID of the design, so that it can be hooked later with the ID (If or if I have to work with the IDs) <select name...
asked by 19.12.2017 / 17:22
1
answer

Get a value of an input with Jquery [duplicate]

I have to make a page that thinks of a random number and then with an input enter that number, if it is not the random number that tells me if it is smaller or bigger. Well, what I find a problem is that when I input an input does not tell...
asked by 26.10.2017 / 20:10
1
answer

Why does not raw_input () work for me? [duplicate]

In Python 3.6.2 in my Shell I put: print ("Hola mundo") raw_input() I execute it and it sends me this error: multiple statements found while compiling a single statement     
asked by 02.10.2017 / 11:03
1
answer

Error adding dynamic inputs

I have a problem trying to make a sum in dynamic inputs, my code is as follows <?php require '../api/conection.php'; $objEst = new DataBase(); $sth = $objEst->prepare('SELECT nombreObra FROM contrato'); $sth->execu...
asked by 24.09.2017 / 17:04
1
answer

Inputbox from php and oracle

I want to show as options the result of this query to later use them. $qsucursal = oci_parse($conn, 'SELECT Id_Sucursal, Sucursal FROM TblSucursales;'); //Consulta oci_execute($qsucursal);//Ejecutando consulta I go through the results and p...
asked by 28.08.2017 / 21:16
2
answers

Pattern for notes

good evening. I have the following code: pattern="[1-7]{1}(?:\.[0-9]{1,2})?" The idea is that you can only place notes from 1 to 7 and thus 4.5. But with that code I'm allowed 7.5 for example. How can I do it so that the maximum score is...
asked by 19.06.2017 / 03:51