Questions tagged as 'html'

1
answer

Do not take the direct values from my Database my Select

Realize my BD with my main table "worker", and depend others of her an example is my table "nomina" with the fields: id_nomina and descripcion_nomina , what I intend with this is that it is inserted or modified through the ID and that it show...
asked by 02.03.2018 / 14:17
1
answer

Capture data in Spreadsheet using button onclick and redirect to another page with button onclick "Appscript"

I am currently trying to capture information in a spreadsheet with button onclick but it has not been possible to generate the following error:    Uncaught ReferenceError: is not defined at HTMLButtonElement.onclick Addition...
asked by 02.03.2018 / 13:25
1
answer

Global variable does not work php (Empty)

I have the following code where I assign the value of a variable with POST and I try to show it in a function: <?php $orden=$_POST['dato']; $tama=$_POST['size']; for($i=0;$i<$tama;$i++){ $titulo[$i] = $_POST['titulo'.$i]; } ob...
asked by 25.02.2018 / 17:38
1
answer

Send email php ajax

I can not get the email sent, I get the confirmation alert by ajax but nothing is sent, status is 200 ok but it does not work $('form').on('submit', function(e){ let nombre = $('#campoNombre').val(); let email = $('#cam...
asked by 24.02.2018 / 18:07
0
answers

The dropdown does not work for me

I was trying to make a hamburger menu (collapsible menu) in HTML and CSS for mobile but it broke the dropdown for bigger screens and I can not find the turn to make it work again. I enclose the HTML code and the CSS HTML: <d...
asked by 28.02.2018 / 19:39
4
answers

Why does the Inspector Character ( ) appear in some data obtained from the Database?

I was dealing with the dilemma of converting the accents and special characters of my system. It happens that now some of the data obtained from the database that have tildes come out with this: . The strange thing is that there can be up...
asked by 31.03.2017 / 12:53
0
answers

How to pass a javascript variable to a function in php?

Some of the variables already exist and have content in php but others I am capturing with javascript and I need to send all that to another php file. include("functions.php"); <?php $id_documento = "1"; $fecha_final = "2018-09...
asked by 21.02.2018 / 17:05
0
answers

How to edit an external iframe?

I have read that you can change the content of an iframe external% by jQuery in the following way: <script> $(document).ready(function () { $('#el_iframe').load(function () { $(this).contents().find("p").c...
asked by 21.02.2018 / 21:48
0
answers

autologin with form in a web page

I'm trying to do autologin on this page netu.tv/signup.php, I have this until now but it does not work :( could you help me change it? or what could it work with? I've tried replacing the form of them in my code and nothing, help. <p> &l...
asked by 21.02.2018 / 22:26
2
answers

How to select a radio input within a div

I have a JS code that when I select one of the 2 radio inputs of a form, it returns me if the question is correct or incorrect. I need to please know how to select the radio click where you click on the div because when I click on the div it onl...
asked by 21.02.2018 / 15:27