Questions tagged as 'html'

1
answer

Pin header at top when scrolling page

Some time ago I was looking to put header and footer fixed at the top and bottom of the page, respectively, adjusting to the content that would be between the two, and I got with the following code: CSS: #wrapper { min-height: 100%;...
asked by 21.04.2016 / 17:23
1
answer

Call another page with bootstrap button not working

This very simple javascript does not work: function Nova() { location.href = 'pme_beneficiarios.html'; } This is the button call: <button type="button" class="btn btn-primary add-task" onclick="Nova();">Benefic...
asked by 06.04.2016 / 14:57
1
answer

How to display photo in modal

I have a system done in CodeIgniter. I have a field in the system to add collaborators with photo (avatar), I can register, edit and display the information in a table. I created a button to call a Modal and display the photo of the select...
asked by 06.04.2016 / 16:55
1
answer

I want to do a function if (if) next to a multifunction function

I want to make a function if (if) with a multiplication function, so that if you choose the "modeloescolha" 2 (For noooossa joy), and the amount that the customer wants is only one, then in the " Total Price "will have the value of this purchase...
asked by 04.04.2016 / 14:42
1
answer

Redirection with timer and user usage identifier

My question is a bit complex: Today I use a simple redirect just using HTML: <meta HTTP-EQUIV='Refresh' CONTENT='480;URL=./logout.php?type=2'> Where "CONTENT" is the regressive time (in seconds) it will count before redirecting. Bu...
asked by 05.04.2016 / 23:00
1
answer

How to Validate a Form with Hidden Fields

This will be kind of complicated to explain but I believe you will be able to help me. I'm having trouble validating a form where it has some hidden fields in the middle. In this form there is a Select "Themes" that when selecting an option f...
asked by 05.04.2016 / 17:07
1
answer

Error: ArrayBuffer is undefined

Good morning everyone, I'm using html2canvas and jsPDF to export a div to PDF, it works in Google Chrome, firefox and IE 11, but in versions 9 and 10 IE is being displayed following message: Error    ArrayBuffer is u...
asked by 29.03.2016 / 15:02
1
answer

Print variables from two foreach in a table in different columns - codeigniter

I'm trying to print a table that accesses the database and inserts the different values of each array in each column. The problem is not printing the values correctly. Controller: private function mostrar_resultados() { //vai buscar o...
asked by 21.05.2016 / 18:48
2
answers

Mask field Percentage and money using only number?

I have a html page made for mobile, I would like to put 2 types of masks being% Percentage and R $ Money but I need this field to be type="number" to show the numeric keypad of the cell phone . I already downloaded several masks and none could...
asked by 28.03.2016 / 23:19
1
answer

2 functions in javascript in same div

I have divs in my code in html (they are 3 menu bars), when I click, it transforms (as if it were an animation) into an x, however, I want it when it changes and I click it function other than the first. An "openNav ()" in the first and a "close...
asked by 19.05.2016 / 20:01