Questions tagged as 'input'

0
answers

Error trying to upload files - mobile page

I have the following problem, I have two input's the first allows you to attach multiple files, and the second only one. When I attach several images, for example, in the first input and then try to attach another image in the second input, the...
asked by 06.10.2018 / 17:13
1
answer

CHANGE INPUT FILE STATUS

Ee! So I wanted you to choose a photo in the input, the name of the file / photo was printed under the input or inside, whatever ... Ahh, yes ... The input ta with diplay: none; only a label triggers it. Follow the code and a photo below. &l...
asked by 03.09.2018 / 21:08
0
answers

Read two numbers in a single line in Portugol Studio

People, please, somebody help me. I am going to participate in a competition in a few days, and for data entry it is necessary to make an input of more than one value on the same line. For example, instead of the user entering the first value...
asked by 23.08.2018 / 02:44
1
answer

In CSS why does pseudo-classes: empty work and a: not (: empty) do not work in input?

I'm trying to make a form template where I think of the user experience better by giving visual feedback when the field is filled out. There I came across a "problem" that I can not explain ... Because no input pseudo class :empty...
asked by 31.08.2018 / 21:34
2
answers

Change Input color when typing x characters [duplicate]

I would like that when a person types more than 10 characters in my input , he would change the color to green, otherwise it turns red. That's without the refresh . The person would not have to click the button to change colors. I would l...
asked by 09.08.2018 / 03:55
0
answers

Taking the value of an input and making a calculation

I have two input fields, one being generated according to the value of the step I enter in this input. Follow Function below: public function autoCompleteCilindro($q){ $this->db->select('*'); $this->db->limit(5); $this...
asked by 04.08.2018 / 23:22
0
answers

assign last field of a table to an input text

I have a table that stores the supplies of a vehicle and would like to make the following code work. I need to get the last record with the mileage of the odometer and already bring the specific input text, called kmPrevious. It has to be the la...
asked by 28.07.2018 / 20:43
1
answer

Calculate values with Inputy type="range" and JavaScript

Expensive, hello. I need to do some calculations using the input type="range", but I'm not able to run the code on my machine, just in online publishers and would like to know why this occurs? I use windows 10 and the text editor is notepad +...
asked by 08.08.2018 / 21:13
1
answer

Input disabled does not pass to $ _POST [duplicate]

These are my two inputs: <div class="span3"> <label for="cor11">CROMIA<span class="required"></span></label> <select class="span12" name="cor11" id="cor11" onchange="validarForm()" value=""> <option <...
asked by 20.07.2018 / 16:41
0
answers

Post a file via URL through Ajax on a page with Input File

On a page that contains a button to send images to advertise, do you have to instead click on this button and select an image from my computer, send an image of a URL through Ajax? I'm trying to make a Userscript to integrate my virtual store...
asked by 29.06.2018 / 22:42