Questions tagged as 'input'

0
answers

Customize select and understand CSS effect

see this example I'm doing about customizing a select and an input link Note the effect of the input, click on the text box and you will see that the bottom edge has a nice smooth effect, even beauty. The problem is that I am not able...
asked by 22.03.2017 / 21:38
0
answers

How to use the HARDWARE_INPUT structure of C ++?

I'm developing a program that simulates game inputs. Using the SendInput() function of C ++. I have already been able to simulate keyboard inputs from the INPUT structure using the INPUT_KEYBOARD parameter, however I do not...
asked by 30.01.2017 / 20:30
1
answer

Get value from Range button and execute function in real time

I need to have the same value in javascript pure and in real time the same value is taken and depending on it (if it is 1, 2, 3, 4, 5) only the corresponding div appears! var inputvar = document.getElementById("numerodemqs_input"),...
asked by 21.01.2017 / 18:31
0
answers

Store data from a multi-input form in some file type and then reload it on the same form?

I created a form, but now I would like to save the data to a file and then retrieve it, I found this question: # Follow the code below: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8">...
asked by 05.01.2017 / 01:48
2
answers

Replace the value of an input and keep the previous value

I need a input[type="text"] , in which the user type anything ("abc", for example), but in the visual appear other symbols, but keeping the previous value when I get it by JavaScript or sent in form in input[type="password"] )...
asked by 23.11.2016 / 19:35
1
answer

Verify the type of input

Good people! I need to do an input check for a job and I can not do this properly. This is what I have until agr: def verificação1(): while True: try: quantidade=int(input("Insira a quantidade: ")) quantida...
asked by 24.11.2016 / 10:43
0
answers

jQuery does not update the input values "live"

Hello, I'm creating an RGB color selection tool with a input[type=range] slider, but when I run the mousewheel it does not seem to update instantly: link index.html:      <head> <title>RGB Controller</title...
asked by 31.05.2016 / 00:00
0
answers

How to select field contents when receiving focus?

I have a problem that seems to be simple, but it has taken me a long time looking for possible solutions and so far I have not been able to solve it. I need to select the contents of an Input in an HTML form with Bootstrap when receiving focus...
asked by 19.04.2016 / 15:34
0
answers

Referencing parts of an external program C # [closed]

I need to reference the login input ( textBox ) of a program that is running on my PC. Would you be able to tell me the way to do this? I need to capture the login entered into the external program by my program in Visual Studio.    ...
asked by 08.05.2016 / 18:30
0
answers

Ajax does not pass information to servlet

I have a problem with the code, the servlet is not called. Only works if I put action="FileUploader" in form. Is there a mistake? Do you have any other way to do it? What I need: An array of images, where images are received in a single multiple...
asked by 09.04.2016 / 22:53