Questions tagged as 'html-select'

2
answers

Help with COMBOBOX, Select cities according to chosen state

I'm programming an application in php and I have all the Brazilian states and cities in Mysql bank.    In the States table I have: id , nome , uf .       In the Cities table I have: id , nome , id_estado ....
asked by 18.01.2018 / 21:26
1
answer

Positioning a FORM on the page

I'm trying to put two SELECT MENU side by side on my page. However, when I put the first one it appears, when I place the second and it appears in the changed position. If I reverse and put the second first it disappears in the browser view. &...
asked by 24.10.2017 / 08:26
1
answer

Change display according to select option

I am setting up a Selection Menu where the user selects a month, when the month is selected, a next selection menu is displayed to choose a day. What I need to do now is: when the user selects the day, a video is displayed. In this case, there i...
asked by 27.12.2017 / 04:12
3
answers

Is it a bad practice to fill select option / option with data coming from the database? [closed]

It would be a bad practice to use selects of HTML with items fetched through a database, even if they are dynamic (always occurring addition in the table that contains them). Example without database: <select> <option valu...
asked by 10.08.2016 / 05:31