I am working on a reservation system in which when a customer clicks on the type of payment without choosing the date, the input that defines día and valor is completed only with NaN . I do not know how to make it blank and m...
I want to skew a div so that it remains as in the image. And I have no absolute idea to do it. Thank you very much in advance.
header{
width: 100%;
height: 60px;
background-color: #76cad4;
box-shadow:2px 2px 5px gre...
<?php
require "conexion.php";
$conexion = new mysqli($host,$user,$pass,$baseDatos);
if($conexion->connect_errno)
{
echo "Error de conexion de la base datos".$conexion->connect_error;
exit();
}
$sql = "select * from medicos";...
I have the following javascript function:
function tipodepsolicitante_event() {
var e = document.getElementById("ContentPlaceHolder1_cbotipodepositantes");
var d = e.options[e.selectedIndex].value;...
Because my question is if it is possible, I have this code from a form that collects data and since all the values are assigned less in the textarea, check that the variable is not empty.
$eq_vehiculo = $equipamiento;
echo "<script>alert...
I would like to know how to do so that at the moment you load the content of the html, the scroll ends in a random position.
the functions are these
> function scrollWin(a,b) {
> window.scrollTo(a,b);
> }
>...
I have a problem and I would like to know if you can give me a hand.
I have tried to change my action="" of a form.
I have tried a lot of code but I still can not get the result.
What attempt to make?
the action goes as follows:
<form actio...
I have some links that I create from a database; I go through all the registers and the samples. Now I need to send the id of recurso of which the button is being pressed, through AJAX to know with what recurso I am working....
I'm making a website where I use booststrap and firebase. Total that I have the form to collect the user's data to later send it to firebase to add it to the database.
I have searched for information because it does not work (the data is not...