Questions tagged as 'html'

3
answers

Replace dropdown text

What I need is to replace the text of a button . I want to replace the word SUCURSAL . <button id="btnSucursal" type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-map-m...
asked by 27.06.2017 / 17:08
1
answer

Put a checkBox as "checked" using an HTMLHelper

my question is short, in which part I must add the property of checked in my HTMLHelper , since I must show it by default as selected, I looked in the microsoft documentation but found nothing about it :( so I tried to do it, but...
asked by 20.07.2017 / 21:41
3
answers

execute function when closing (cancel) the window that opens input file

I have a common input file. Pressing opens the corresponding window to choose a file from your computer. I have a function that loads a gif of "loading" when you click on the input button; and when selecting the image and processing the sendi...
asked by 20.07.2017 / 22:26
1
answer

Update in database (pdf) to mysql with PHP help

I already tried many things updatepdf.php <?php $archivo=$_FILES["pdf"]["name"]; $tipo = $_FILES["pdf"]["type"]; $tamanio = $_FILES["pdf"]["size"]; $ruta=$_FILES["pdf"]["tmp_name"]; $destino="cv/".$archivo; //copy ($ruta, $destino)...
asked by 29.06.2017 / 23:41
1
answer

Insert datetimepicker in input ... resist

Good morning, I'm trying in an input text so I can have the option to choose date and time with datepicker but I can not get it. I am going to put the code without the calls to datetimepicker so as not to mess it up anymore because the truth is...
asked by 12.07.2017 / 07:20
0
answers

Save checkbox array in javascript variable and send it to php by GET

The button performs the function <form name="mandararray"> <input type="text" id="atencion" value="<? echo $atencion;?>"/> <input type="text" id="cotiza"> //checkbox esta dentro de un while <input type="checkbox"...
asked by 27.06.2017 / 20:22
1
answer

Implement with iframe vide from Youtube silently (muted)

I have integrated a video gallery in wordpress with I have seen that there are many options to configure these videos but not the option to silence them <iframe id="video" src="<?php echo $result; ?>?rel=0&vq=hd720&autopla...
asked by 12.07.2017 / 09:14
2
answers

Calling two PHP functions in an HTML file

I have some information in a database in MySql . I want to show this information on a HTML page supporting me with PHP . When I show the information of only one table there is no problem. The problem comes when I want to sh...
asked by 04.07.2017 / 18:19
1
answer

Laravel 5.4 - Insert data from Droplist and Checkbox in BD

I already have the migrations of three tables, TABLE1: 'names' that contains 'id' and 'name'. TABLE 2: 'sports' containing 'id' and 'name', these two tables already contain names and sports. TABLE 3: 'ids' contains 'id', 'names_id' and 'sports_i...
asked by 28.06.2017 / 20:08
2
answers

How can I pass a data from a controller to another function in javascritp?

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Angular.js Example</title> <script src="angular.min.js"></script> <link rel='stylesheet prefetch' href='mat...
asked by 26.06.2017 / 21:50