Questions tagged as 'html'

1
answer

How to change content of a select from another select

How can I put a button related to the other? Example: <span class="IWLABEL10CSS" id="IWLABEL7">Distrito</span> <select name="PAIS" size="1" width="180" class="COMBODISTCSS" id="COMBOFAB" tabindex="1"> <option value="In...
asked by 27.03.2014 / 12:59
1
answer

Help with Mask Policy for numbers with 4 decimal places in AngularJS

I want to make a number directive in angularJS with two features, one to format when entering a number in an html input. Example of how you would like to: 1,200,0000       12.000,0000       120,000.0000 and the other to limit the decima...
asked by 25.02.2016 / 21:31
2
answers

Send email with PHP containing HTML [closed]

I'm trying desperately to send an email via PHP, as per the code below. But the code breaks when I enter HTML, example: $mensagem = "<html> (...) </html>"; I'll need a whole page in there! I've tried it too: // Abre o templ...
asked by 24.02.2016 / 18:50
0
answers

How to get the value of a field from another table with ruby on rails

Hello, the question is this: I have classes that use data from other classes, I need them to load the values registered in those other classes, show this in an html page. This is the structure of a class that receives data from other classes....
asked by 04.03.2016 / 15:40
0
answers

Dynamically create columns of checkboxes with angular

I'm trying to dynamically create columns from checkboxes in a dropdown, using angular. I use bootstrap. Each checkbox item may or may not have related children. The solution I found was to put everything inside a div ( .col-sm-4...
asked by 03.03.2016 / 06:34
0
answers

Crystal Reports - RTF vs HTML

I am generating several reports with Crystal Reports, and as I realized there are basically two ways to interpret formatted text (RTF and HTML). Considering the different styles , the various HTML tags, what would be the option that offers...
asked by 19.02.2016 / 15:25
1
answer

How do I create a list that, when I click, calls the function by sending a value?

I'm using Select to pass values to a function in JavaScript.
asked by 21.02.2016 / 14:12
1
answer

Trying to make alert on every page href but only one is displayed

I'm doing some testing and I came across one this very annoying error. It's easy to explain: I want JQuery to give alert to all <a> of the page, but it only alert once and nothing else. Let's go to the codes: <...
asked by 21.02.2016 / 21:18
5
answers

Create Menu DropDown

Can anyone help me? I would like to make this menu a dropdown menu, but I am not yet aware of it, and I would like to ask for help. // CSS nav#mainnav ul { padding: 0; margin: 0; list-style: none; } nav#mainnav li { padding...
asked by 20.02.2016 / 18:53
4
answers

Catch part of the html content stored in a variable

I have a problem that I could not find a solution on the net. Simple I want to get only the second <p> of text, of div in case, it is + - like this: <div id='central'> <p>O Primeiro conteudo</p> <h1&...
asked by 22.02.2016 / 01:42