Questions tagged as 'html'

0
answers

Import file (excel, text), and display in a html page

All, good night. Look, I need some help. I made a presentation of results (print below), where the results are inserted in the notepad itself (brackets in my case) and shown in an html page (html, css, bootstrap). the results appear inside conta...
asked by 07.06.2018 / 23:55
2
answers

Is it possible to create a class within a list?

I'm putting together a list that has an image and seto its size on the same line as the code below. <tr> <th> <img src="images/radio1.jpg" width="48px" , height="48px" /> </th> <th>Tradição AM&l...
asked by 12.06.2018 / 22:34
0
answers

Two subscribes to the same function?

I have a function in Typescript in which its return is directed to an input in formGroup , but I can not use the same return in another field, only if it has the same name. I need to use the return in HTML table and I can not put...
asked by 13.06.2018 / 14:14
0
answers

Capture JavaScript loaded elements with HtmlUnit

Hello, I'm new to HtmlUnit, I'm trying to capture content from a div that loads later via JavaScript, however I'm facing some exceptions. My code: WebClient client = new WebClient(BrowserVersion.CHROME); HtmlPage pagina = client.getPage("ht...
asked by 07.06.2018 / 00:56
2
answers

How to update audio html without refreshing the entire page?

My web page should play a different audio every 1 minute without refreshing the entire page. The audio can stay in a div, but it needs to be updated every 1 minute, but the way it is, the browser always picks up the first audio played, and whene...
asked by 09.06.2018 / 14:27
3
answers

How to stylize a "file" input?

I have this structure: <section id="cadastro" class="cadastroVersao pg-i"> <div class="titulo"> <h1><i class="icon-clientes"></i>Cadastro de versão</h1> <a href="<?php echo base_url...
asked by 01.10.2015 / 22:54
1
answer

How to submit only the quantity of the products that were selected in the checkbox?

Show an item table and in this table I added a checkbox for each item and a field to pick up the quantities for each item. I'm able to send only the checked items in the checkbox (that's what I wanted) to PHP. But I can not do the same wit...
asked by 09.06.2018 / 03:40
2
answers

Doubt with Jquery Load

I have a menu that I will use on all pages, so I want to load the content: I'm doing this: <head> <meta charset="utf-8"> <!-- This file has been downloaded from Bootsnipp.com. Enjoy! --> <title> </titl...
asked by 21.09.2017 / 20:18
0
answers

Use Angularjs and Twig in the same template

I'm trying to render a list of names using the ng-repeat directive of AngularJS. But I think there's a conflict between the Angular and Twig syntax. I tried to use the {% verbatim %}{{ angular_var }}{% endverbatim %} tag I found in...
asked by 04.06.2018 / 19:33
0
answers

Manipulate a worksheet with script and html

I have a "for" that runs through the lines of a spreadsheet and sends an email if it is less than 5 days to complete a task. My intention is when the user receives the email with the warning, it informs if the task has been fulfilled, and stop r...
asked by 10.06.2018 / 17:25