Questions tagged as 'html'

1
answer

Select with repeated attributes

I'm having trouble writing to two different fields of a table using a <select> that has two attributes name and <options> with two value . > I used the following code, but it only recorded the first name with its...
asked by 05.11.2015 / 21:40
0
answers

overflow: auto hide content at the bottom of the page

I have a problem with my html, I could not find an answer. I have a div called box-footer . This div is inside a div main, where I added overflow: auto and height 100% . All of this content stays inside a parent div, box-no...
asked by 09.11.2015 / 15:28
0
answers

Qqlite + HTML5 put the results into variables

And I'm doing a query on a Sqlite database and wanted the result to be stored in a javascript variable so I can work with those results in the rest of the code. I'm doing this: db.transaction(function(tx) { var ide = 1; tx.executeSql('SELE...
asked by 10.11.2015 / 13:08
2
answers

How to create a dropdown menu?

I need to use this code to show multiple links in iframe that is just below. But I need to show this part of the code that is the menu links in the menu format Suspense: This part should appear in the drop-down menu <a href="ht...
asked by 15.10.2015 / 23:06
0
answers

Modal interfering with page scrolling

I'm having a problem with modal, since I have a modal with several links and because of having multiple links it creates a scroll on the page until it's normal. When you click on one of these links it opens another modal that contains an...
asked by 01.03.2016 / 18:48
2
answers

Problems with my table

Good afternoon guys, I'm having a problem here on my table If I define td's for "GCOI, GCTA AND GOAG", the GCTA line has a different background color, if I set th's for "GCOI, GCTA AND GOA", I lose the lines that divide the cells. How can I solv...
asked by 01.03.2016 / 20:24
0
answers

How to change menu position with materialize framework?

Does anyone know how to put the slide always on top and everything else (menu, text, etc ...) after the slide? example: link Using the framework: meterialize <div class="slider fullscreen"> <ul class="slides">...
asked by 29.09.2015 / 17:07
1
answer

Select in database, only with jQuery [duplicate]

How do I make a select in the database using only using a jQuery? I have two combobox and I want to use their value to make a select in my database: $.getJSON('/MinhaDoenca/rest/hospital/get', function(data) { for ( var...
asked by 08.11.2015 / 16:38
1
answer

Send email with attachments in php

I'm sending an email, everything works fine. Now I wanted to add some files as an attachment. I have the following code: $from = $_SESSION['email_cliente']; $email_destino = "[email protected]"; $subject = "Assunto"; $messagem = "Isto é uma mens...
asked by 02.04.2014 / 15:59
2
answers

Upload a page from an html string

I have the following doubt that, I believe that although it is a beast, it is giving me a beauty of a job. Next, I have a variable of type string and I need to perform a method that will receive this code and display the page in a new...
asked by 28.09.2015 / 20:10