Questions tagged as 'html'

2
answers

Validate fields with Javascript

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...
asked by 19.12.2018 / 15:16
1
answer

How to skew a div with css? [duplicate]

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...
asked by 19.12.2018 / 12:35
2
answers

Create a table in HTML with php consulting a database. What is the best option? [closed]

<?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";...
asked by 23.02.2017 / 14:42
1
answer

Set the value of an asp.net dropdownlist with javascript in a content page

I have the following javascript function: function tipodepsolicitante_event() { var e = document.getElementById("ContentPlaceHolder1_cbotipodepositantes"); var d = e.options[e.selectedIndex].value;...
asked by 27.01.2016 / 21:51
1
answer

Property value in an html textarea?

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...
asked by 05.12.2018 / 05:10
1
answer

Random Scroll

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); > } >...
asked by 07.11.2018 / 05:34
1
answer

How to change the action="" of a form?

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...
asked by 07.11.2018 / 05:26
1
answer

get variable with js and send them by ajax

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....
asked by 07.12.2018 / 02:56
2
answers

Problem with border-image

HTML: <!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Nuevos Estilos</title> <meta name="viewport" con...
asked by 06.11.2018 / 14:29
1
answer

firebase does not work

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...
asked by 30.12.2018 / 20:03