Questions tagged as 'html'

3
answers

Auto height in iframe?

I have an iframe and I need the height of it to be automatic according to the content inside it. How can I do this? No jquery of preference.     
asked by 02.12.2016 / 21:02
2
answers

Change layout according to each button [closed]

I've seen many sites that change background according to what the user chooses right? However, would it be possible for me to change the content of the site according to the button that the user clicks? Example: I have a page that...
asked by 03.11.2016 / 19:51
1
answer

Back up the mysql database in PHP

I need a backup button so I can select a folder where it will save my mysql data .. I've found some mysql dump codes but all with save location set via code and what I actually need is that it is possible to choose where to save it. Does anyone...
asked by 27.10.2016 / 19:16
1
answer

PHP and Javascript - Sending HTML attachment in email

I created a function on my client's website that issues an event certificate and sends it via email. How the function is at the moment: private static function setLayoutCertificado(){ class_exists('Email') || include_once LIBRARY_CLASS_PAT...
asked by 12.12.2016 / 13:13
2
answers

Set rows in table

I have the following table: .mytable { width: 100%; height: 150px; overflow-y: auto; } .header, .footer { //position: absolute; } <table border="1" class="mytable"> <tr class="header"> <th rowspan...
asked by 04.11.2016 / 13:22
1
answer

How do I delete the last div added by the DOM?

I'm doing a notes webapp, I used DOM to add notes and remove, but when I remove it, it removes the first note and not the last one. <script async> function novaNota() { var div = document.createElement("div");...
asked by 06.11.2016 / 00:45
2
answers

How to center a checkbox on a div

I have an aside that contains 4 checkbox, so: <aside id="filtro"> <input type="checkbox" value="azul" class="check">Azul <input type="checkbox" value="verde" class="check">Verde <input type="checkbox" value="am...
asked by 31.10.2016 / 21:23
1
answer

How to replace the contents of an array?

I have a div (mosaic of users) that inside it has a array (javascript) with photos of users (data coming from the bank). The number of user photos must be less than or equal to 15. If array has less than 15 users (photos), i...
asked by 01.11.2016 / 14:31
3
answers

How to group INPUTS in Bootstrap?

I wanted the RG, Dispatcher and UF fields together to add up to the CPF Up field.     
asked by 26.12.2016 / 15:15
4
answers

modal boostrap opens and closes alone

I have a problem with my bootstrap modal. It is as simple as possible, I took the example from the bootstrap site itself to test it however when I click the button, it opens and closes immediately afterwards <button type="button" class="btn...
asked by 23.12.2016 / 19:01