Questions tagged as 'html-select'

2
answers

Change value of a select in CakePHP

I am making a system, and have a part of it that needed a select . The names inside the select are being displayed, but the data stored in the database (mysql) are relative to the 'id' field, and need to be written to the 'name' fie...
asked by 01.07.2014 / 21:45
1
answer

How to use the select form select in html page [closed]

I need to know what the user chose within <select> . In the code below I need to know the collection code chosen by the user, to show the items that have not yet been collected. <p align="left">Nº da Coleta <br> <...
asked by 14.09.2016 / 08:13
3
answers

Disable Input of type DATE After selecting Select option

I need to leave the field "ultimoDiaTrab" disabled and only enable it, when Select is selected "PARTIALMENTETRABALHADO" option Nº2. <div class="form-group" style=" margin: 0 auto;"> <div class="col-sm-4"> <la...
asked by 14.03.2017 / 14:03
1
answer

How to make a javascript function run correctly with option and select tag?

I've tried it anyway and I can not get the javascript compute3 function to run correctly. The result is only one decimal place and does not obey the option selected. Detail: The code must be in pure javascript . If anyone can help I am imme...
asked by 02.06.2018 / 20:33
2
answers

Text alignment problem within select and input

I'm having trouble defining the style of inputs and selects. The text is misaligned / cut, as the figures below (first image in chrome and second in IE, in Mozilla is equal to chrome) input{ height: 25px; border-radius: 0px; border: 1px...
asked by 12.07.2016 / 05:31
2
answers

Asp Classic - Keep option select post on page

People need help. I have the following ceiling of select HTML <select id="lstTransacao" name="lstTransacao"> <option value="null">Todos</option> <option value="1">Confirmados</option> <option...
asked by 26.01.2015 / 13:26
2
answers

How to mount a select picking information from the database

I would like to mount a select with database information using Mysqli , where value will receive information from my cod_usuario and the information that will be displayed is the column nome . <select> <...
asked by 12.09.2014 / 20:39
2
answers

How to get the value dynamically from a select

Hello everyone, can anyone help me with this little problem that I have? Since I'm not very good at javascript. I want to get the value of a select dynamically and according to the selected select do a dynamic SQL lookup in project made in pure...
asked by 16.12.2014 / 19:23
2
answers

Filter select fields using the value of other selects with Ruby on Rails

Good afternoon, I have a problem to solve here in my application. The problem is to filter the HTML "Solution" select field, based on the values of the other selects fields above it. The image shows an example of these fields. Currently,theappl...
asked by 07.08.2017 / 17:43
2
answers

How do I delete previous value using javasript

I'm trying to develop an information sellection, where in the end it will form the product code, as shown in the image below. Butbychoosingthefieldsitadds,butifyouneedtochange,donotdeletetheoldoneitstaysthenewoneisinserted,andsoon.htmlcode<d...
asked by 11.11.2016 / 16:38