Questions tagged as 'html'

1
answer

I need to send POST information to a page and redirect me to another

It turns out that I'm working on a form where I have to save a user and an input, I need the information sent to "list" to save it, but it's a 2-step form, from the user register to the input record sale and then to list, then from the user reco...
asked by 27.05.2018 / 06:38
0
answers

Error closing modal with JS

I have the following modal: <div class="modal fade" id="modaladdCuota" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog modal-sm" role="document"> <div class="modal-content">...
asked by 25.05.2018 / 21:37
1
answer

send to more than two emails from laravel

I am developing a help desk module in laravel and I am sending the request from an email and I want you to receive it from two emails, but I do not have the faintest idea how to do it, I would like you to help me with my problem in advanc...
asked by 28.05.2018 / 16:14
0
answers

Show modal by clicking on a button in a table

I am trying to do a modal that is filled with a query in MYSQL when clicking on a button that is generated by each record that exists in a table, but only works in a single button (sometimes it is random or only works in the second record). T...
asked by 28.05.2018 / 16:34
2
answers

Assign the color of each row according to a row data

How can I change the color of some data extracted from my BD, for example if it is on a slope it is yellow and when it is resolved it is green. <?php $con=@mysqli_connect('localhost', 'root', '', 'bdpagina'); if(!$con){ die("i...
asked by 28.05.2018 / 21:40
0
answers

Uncaught ReferenceError: AssignmentDetail is not defined at HTMLButtonElement.onclick

Could someone tell me why I get that error? I am using Laravel 5.6 and when trying to execute a function through the onclick event of an html button it does not run and in console I get the error Uncaught ReferenceError: AssignmentDetail is not...
asked by 25.05.2018 / 13:11
0
answers

get an image file with javascript and show it, then with a form send it to a folder

I want a <button type="button" onclick="subir_imagen();"><i class="icon-image"></i></button> send me a funccion(); , then save it in a folder and show it on a <img></img> tag. How can I do...
asked by 24.05.2018 / 03:48
0
answers

Integrate ckfinder with ckeditor

I have downloaded version 4.9 of ckeditor and version 3.4.2 of ckfinder. The purpose? to be able to upload images from the textarea and show the content of an article with images and videos. THE PROBLEM? The CKeditor loads me, but when I click o...
asked by 30.05.2018 / 15:17
1
answer

PROBLEMS WHEN USING INNERHTML JS

Good morning, I have not been able to upload a project since it marks me an error in the innerHTML .php var cell0= row.insertCell(0); var folio = data['datos_tabla'][index]['descripcion'];...
asked by 30.05.2018 / 17:41
0
answers

Continue table on same sheet with Dompdf

I have a problem. I am generating a table that I want when I reach the end of the page, follow the rows but on the other half of the page. Let's say that the sheet is divided into 2 equal halves. The table starts in the left half and I want it t...
asked by 30.05.2018 / 12:36