Questions tagged as 'html-select'

1
answer

Events with drop-down lists

How to make an "event" occur when you choose an option of select name="SistemasOperativos" and from this select show another list.  that is: name="ClasificacionWvista" , name="ClasificacionW7" or name="Clasif...
asked by 09.03.2018 / 23:24
0
answers

How to select an option of a select (with values loaded from mariadb) that is in an open modal with eventClick of fullcalendar?

I put them in a situation I am making a web application that implements fullcalendar to create an agenda, in which by clicking on any day you show a modal window in which there is a form to register the event, but I I needed to use a select to l...
asked by 31.08.2018 / 05:49
1
answer

Notice: Undefined index: Sending variable by post

I'm doing a nested select with connection to mysql and sending a data with the post method throws me the error of undefined variable, perform the tests and in fact nothing is being sent. I use Jquery to send this data in my case is the region id...
asked by 27.08.2018 / 17:18
3
answers

Store in a variable a data of the option marked in a select to then show it dynamically

I have a select where I complete the options with the data of the products that I have stored in my bbdd. The code is as follows: <select name="p1" id="select1" required /> <option selected="true" disabled="disabled">Elige...
asked by 25.03.2018 / 15:23
1
answer

VBA Select html element by classe

I need to access the value of an input and click on another with an Excel macro and I need to select the inputs through its class, since they do not have an id. I've seen googling that the .getElementByClassName () method exists, but there's no...
asked by 20.04.2018 / 22:47
2
answers

Select in Angular 6 - take data from one doc firestore and pass it to another doc

I'm starting in Angular and Firebase and I found an issue: How can I make a select to send the selected value on one side and the id of the value to another doc. Basically I have 2 documents (tables) of firestore, in one I have the products and...
asked by 24.06.2018 / 04:51
0
answers

Select item within datatable with laravel dusk

To be able to complete my test I have to select an option of a select within a table with datatable ( link ) but laravel dusk does not find the element: I try to select the select option in this way in the test: $browser->with('#tabla...
asked by 17.04.2018 / 21:57
1
answer

Use the onclick in the list of options

I have the following html code drop-down list, with which I need to link some already designed reports <label class="w3-text-teal"><b>Tipo de Reportes&vert;</b> <select name="Lista" class="w3-border">...
asked by 09.03.2018 / 05:18
3
answers

How to obtain value of an html select in js through the DOM?

Well the problem I have is that I want to do something very simple and I want to perform a mathematical operation depending on the type of operation that is selected (this is done by the type) but I do not know how to access through the DOM so t...
asked by 21.11.2018 / 23:56
1
answer

Select dynamics in php and js by the POST method

The following code corresponds to the query and information obtained from the MySQL DB: <?php $conexion = new PDO("mysql:host=localhost;dbname=scouts_601_palmira","root",""); $Id = $_POST['Id']; echo '<script type="text/javascript">...
asked by 08.10.2018 / 18:44