Questions tagged as 'html'

1
answer

How to leave one div next to the other?

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <style type="text/css"> * { margin: 0; padding: 0; vertical-align: baseline; } body { width: 100%; backg...
asked by 13.11.2017 / 01:52
1
answer

Bootstrap Hamburger Menu

My application has a dashboard with a left side column, which is where the menu is. When this page is opened on smaller screens the column disappears (it already happens), except that I need instead the Hamburger menu to appear so that the user...
asked by 10.11.2017 / 12:24
2
answers

Input is not appearing checked

I have input of which according to the user's data in its session it is marked or not. The problem is that even input has property checked="checked" , it is not marked. Code of input along with div of...
asked by 30.11.2017 / 20:29
1
answer

How to use model variables in a view in Django

I need to calculate the age of a school report card where the data is filled in Django Admin, I would like to get each value to media and play in a table in the View. Code: MODEL class Cadastro_Boletim(models.Model): ra_aluno = mo...
asked by 30.11.2017 / 14:36
1
answer

Iframe in white

I need an Iframe on my site. My site has HTTPS protocol, and the Iframe source as well. So why does not my site display it? Both sites are certified. <!DOCTYPE html> <html class="no-js" lang="pt-br"> <head> <me...
asked by 30.11.2017 / 13:25
1
answer

How can I search an html file from my server and embed it in a client page?

I developed a chat, to implement it, I need to add a .js page (so the client does not have the job of creating the markup on your site, just import js and ready as a jquery plugin) it works basically so there is an html page where it looks for t...
asked by 23.10.2017 / 20:43
1
answer

How to make dynamic display in HTML + PHP?

I'm studying HTML and PHP, but there are things I can not figure out how to do it. After all, how do I get input data to process them? As in the keyboard with those <input type="text"> text fields. And after that, how do I adapt the...
asked by 15.11.2017 / 01:07
1
answer

How to assign value to input field after selecting item in Select [closed]

I have a select field with a list of names, after selecting one of them I have to assign a value in the database to an input field.     
asked by 14.11.2017 / 19:56
3
answers

Use database data in a select (HTML / PHP)

With what tools can I integrate my database with an html / php, the intention is to create a field of type <select>$opção1</select> <select>$opção2</select> <select>$opção3</select> <select>$...<...
asked by 14.11.2017 / 18:57
1
answer

Get row and column item from a dynamic html table

Good morning, I set up a dynamic html table with information from a SQL table. In the following structure: Thistablehasafilterfieldoftheagencieslistedcode: <script> function myBusca() { var input, filter,...
asked by 20.10.2017 / 15:28