What I need to do (and that still does not work out for me) is that if the client clicks the OriginAirport checkbox in the address DireccionOrigen input, take the value of the checkbox or, alternatively, define a value for that input that is man...
... and make it work:
leaving the radius in null, you should skip the alert. But it does not and validates.
else if(false){
function check(){
var r= document.getElementsByName("e");
var e= -1;...
<?php
$X = mysqli_connect("localhost","root","");//or die("<h2>NO se encuentra el servidor </h2>");
//mysqli_select_db("abogados",$X) or die("<h2>error conexion </h2>");
if(!$X){
die("<h2>NO se...
I want to consult whoever corresponds, something that should have a solution.
It turns out that I have a form with several text fields, other so many of simple selection and a field of multiple selection. Using select2.
The data of the comple...
I am putting together a form, with details on preferences that determine a recommended product, that is already defined when completing the first form fields, and I would like it to be resolved when these fields are completed showing a picture o...
I've searched for information about it but nobody says, you can or can not: (.
I have a bean (with getter and setter methods) and I would like to send it by parameter to the servlet in a form in the following way:
<form action="Servlet"...
I have a form in html to edit or search data in a sheet, everything works but after clicking the edit button or when I try to do two searches in a row the page disappears and I have to manually reload.
I would like to know how to do that after c...
Very good to everyone. I have a problem when displaying elements in a form in Django. I have 2 models, one called Recurso and another called Sesion , which are related in such a way that a resource can have several sessions availabl...
Hello good morning I have this code is to fill a select with php and mysql but with the value obtained I must make another query to fill the other select depending on the selection of the first, I need to do it in the same file to fill other inp...