Questions tagged as 'html'

3
answers

how can I put the div menu that becomes so big with the contents of the content

body,td,th { font-family: Arial; font-size: 100%; color: #51b2bd; } body { font-family: Palatino Linotype; background-color: #1febad; } a:visited { text-decoration: none; color: #6A0F1B; } a:hover { text-deco...
asked by 08.12.2017 / 16:20
1
answer

Take the value of a cell in a table

Hello friends I am new in this I am creating an application to generate sales and I would like your help I want to take the returned values for quantity and products to get the total I hope you can help me greetings. @using DP_Prueba.Models @m...
asked by 06.12.2017 / 04:26
1
answer

Send values obtained from a table to JSON and Ajax

The question is how can I send the data obtained from a table and pass it to Json then send it through Ajax $("#obtenerDatos").click(function(){ var mytabla = [] $("#mytable").find("tbody tr").each(function(index, el) { var tr = []...
asked by 17.12.2017 / 00:17
0
answers

JavaScript validation, HTML form

I have this function to validate a input type="text" of a form. But I get the error:    Can not read property 'value' of null function compruebaCodigo() { //Que el código tiene dos letras. var campoCodigo = document.getElem...
asked by 04.12.2017 / 18:31
1
answer

How to put a margin and border-bottom to a label tr?

I try to put a margin and a border-bottom at the same time on a label <tr> but it does not work for me, I managed to put the border in the following way: border-collapse: separate; border-spacing: 0px 20px; But at...
asked by 03.12.2017 / 04:51
1
answer

implement template html in laravel project

I have created a php project with laravel 5.4, I have configured everything correctly and everything works perfectly, I have bought a complete template to implement it to my project, made in bootstrap, and I know that it can be used with laravel...
asked by 04.12.2017 / 12:00
1
answer

Put values in a bootstrap table and apply the bootstrap DataTable Functions to the added values

I need to put values from a database into a Bootstrap table of type DataTable . This is my table <div class="container"> <h3>Lista de Usuários</h3> <table id="example" class="display" cellspacing="0" width="100%">...
asked by 02.12.2017 / 12:27
0
answers

Pass html / html through variable "sanitizer.bypassSecurityTrustResourceUrl" in Angular

--------- iframe.component.ts -------- import { Component, OnInit } from '@angular/core'; import { DomSanitizer, SafeResourceUrl, SafeUrl } from '@angular/platform-browser'; @Component({ selector: 'app-iframe', templateUrl: './iframe.comp...
asked by 01.12.2017 / 10:20
1
answer

Take the Numeric Value from HTML and then Multiply

I have the following source code taken from another website. I need to take the value "DOLARTODAY" only the numerical value of that same web directly so that it is updated automatically. That is, I only get the BsF value, omitting the abbrevi...
asked by 01.12.2017 / 12:53
1
answer

Generate PDF and Excel report from PHP

I have some doubts about the way PDF and Excel reports are generated from PHP. In itself is a small database (my_business) containing a table (products) with 12 records ( Link to download the database)    This is the code of the Index.php th...
asked by 29.11.2017 / 18:24