Questions tagged as 'html'

1
answer

Notice: Undefined index in variable $ _FILES (PHP upload) [closed]

I created this code to add products to my database, but an error occurs in the image, says that I did not define it. The code is this: <?php ob_start(); session_start(); require 'ligarDb.php'; $error = false; $nameError =""; $imagem...
asked by 21.03.2017 / 13:06
1
answer

HTML + CSS - Element position relative to the div

I'm not able to position my element at the top and the right end of the div. See that my div is slightly yellowish in color, and my element "x" is in red. This "x" is what I want to position. .ExcluirRelativePosition { position: absolute...
asked by 21.03.2017 / 19:51
2
answers

Join equal records in an HTML table

I have a table that returns me multiple records. Cogido Table: <table> <thead> <tr> <th>N° Prog</th> <th>Data Opr</th> <th>Origem</th>...
asked by 15.07.2016 / 13:35
2
answers

Table with width 100% and Scroll

I have a table, where it fits the content it has. That way, I added a width: 100% . It is the size of the window. I gave an overflow-x: auto, so it should create a scroll, when smaller. But that's not what happens, it just takes the scr...
asked by 23.07.2016 / 03:40
2
answers

Hello Word javascript

I'm following the firefox tutorial but I'm not able to run a hello word. Follow the code. HTML code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Javascript 01</title>...
asked by 25.11.2016 / 13:22
2
answers

Google Maps bookmark

I have the application below, which adds markers to the map according to the past addresses, but it seems to me that it has a maximum limit. You only get 10 points, but there are more than 10 past addresses. Could someone tell me why and how do...
asked by 25.11.2016 / 14:26
1
answer

disable double click on every site?

Is it possible to disable double click on the entire site and on any element? Is it possible with jQuery or HTML? I want to prevent the user from giving 2 clicks in a row on links, buttons and etc.     
asked by 28.03.2017 / 16:40
2
answers

Background does not work

I'm trying to apply the CSS below in a div to use a background, but it does not appear at all. HTML <div class="row background-1"> <div class="col col-2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusc...
asked by 02.01.2017 / 00:28
2
answers

How to select only one div of several equals with js?

I'm creating a posts system made with divs , however as all divs will have the same class nomenclature I need that when I click on some javascript attack only own javascript without interfering in others. Only with js, I do not use jquery! E...
asked by 10.01.2017 / 02:54
1
answer

Copy value from one input to another

I'm needing that when I put any value inside input1, that value already appears in input2. Since both are on the same page, can you do that?     
asked by 31.08.2016 / 21:40