Questions tagged as 'input'

5
answers

Get content from within a Div and put in the value of Input

I have a form, and inside it I have an input, which will have to get what it contains inside a DIV, which in this case is just text. The input looks like this: <input class='formContato' type='text' name='orcamentoAssuntoForm' id='orcame...
asked by 14.07.2014 / 14:39
1
answer

Problem with input java

My program inputs are overwriting. He ignores the first one and already launches the second straight. System.out.println("Digite o nome do passageiro"); String nome = in.nextLine(); System.out.println("Digite o numero do ticket do passageiro")...
asked by 19.11.2015 / 21:29
2
answers

DIV only clickable if RADIO is selected

I would like my <button id="bottaaoPA">Comprar</button> to only be clickable if radio was checked. Code: $(function(){ var contador = 0; $('.pa').click(function(){ if(contador === 0) {...
asked by 25.01.2016 / 19:55
2
answers

Subtract days from an input date with javascript

I need to get a data from a type number field and add it to a date of input date. I already have, but I must now take the result of that date and subtract 14 days, but I can not do it. I'm a beginner and I need to do this, please help me....
asked by 11.01.2017 / 17:29
2
answers

VBA Set ie = CreateObject ("InternetExplorer.Application")

Next, I'm picking up VBA to navigate a web page (can be with Internet Explorer) I basically found some codes with the CreateObject("InternetExplorer.Application") method. But I can not input the fields using the object ID to be able to...
asked by 20.08.2014 / 03:13
1
answer

Why does the input work in Python 3.x and not in 2.7?

I ran this same code with only a few minor differences in syntax to fit the right script mode in Python version 2.7.9 and also in Python 3.4.2 Script that I rode in Python 2: name=input("tell me your name:") print 'Hello',str(name),'!'...
asked by 13.05.2017 / 23:51
1
answer

How can I get the Input file path?

I need to send multiple attachments via PHPmailer and I'm using jQuery to get the value of input file , now I need to get the file path to be able to send it by email, however when I get the path it comes with C:\fakepath\image.jpg...
asked by 04.12.2014 / 18:04
1
answer

Clone Input text and pass the value of the cloned input via POST

I need to clone an input text by clicking a "+" button and then pass the value of this cloned field via POST next to the other form data ... I'm using a JavaScript function to make the clones <script> function mais(campo1, campo2) {...
asked by 19.06.2015 / 08:06
1
answer

Send multiple values in an input to PHP using jQuery AJAX

I have a script that aims to insert multiple items into a list of a form using Ajax. For each element inserted in this list, a next one should be added. After inserting X elements, it should take all values and play in just one input, addi...
asked by 31.10.2014 / 19:57
1
answer

Relate dynamic inputs with datalist to other dynamic inputs

I'm new here and curious in programming, so sorry to talk bullshit, but I need help. I have a form with the option to insert inputs dynamically. Whenever an "item" is added, two inputs are added, the "foo" and the "bar" . All "foo" relat...
asked by 23.04.2017 / 16:03