Questions tagged as 'html'

0
answers

How to put JSON values in a chart in HTML5?

// Classe para chamar o Json. function json(){ var qtd; var retorno; // Resgatar valores. json.prototype.resgatarValores = function(){ $('#resultado').html('Carregando dados...'); // Estrutura de resultado. $.getJSON('...
asked by 03.03.2015 / 15:24
3
answers

How to make content not under the footer?

I'm having trouble creating a footer that always stays at the end of the page because the text of the content div is getting below the footer. I have tried several things, the code looks like this: <div class="tudo"> <div class="heade...
asked by 08.10.2015 / 15:45
1
answer

Manipulate an iframe through another iframe

Hello, I have a question and I would like to ask your help. Well, I'll try to explain more or less the problem (the names I'm going to quote is just for example). Imagine that I have a file called "main.php", hence within this file there are two...
asked by 13.03.2015 / 23:04
1
answer

I can not put an image above the menu [closed]

I've been working with a semi-HTML HTML code and I'd like to put an image just above the menu of the page, where I have the logo of my company, but I can not put the image in any way, and this site there, the blue bar is in the place where I w...
asked by 02.03.2015 / 03:28
0
answers

Site buga all when hosted [closed]

I'm learning front-end and I made a site using bootstrap here, I decided to upload it somewhere free to start the game and to my surprise it has some problems. The impression I have is that it is not identifying the bootstrap, but I put every...
asked by 14.04.2015 / 20:05
3
answers

Executing external application with JavaScript

What code should I use to start an external application from a computer from an HTML page? One more time I was told that this code would be in JavaScript: var shwll = new ShellObject(); var hproc="C:\Windows\notepad.exe"; shwll.exec(hproc);...
asked by 17.08.2014 / 04:31
1
answer

Print request.form values

I have the following code below, and when I click the record button, I execute the first two responses. But they are printing empty fields. What's wrong with my code? CODE: <% Dim year_, lista(), cList, x, vHol() year_=year(date(...
asked by 16.01.2015 / 13:11
0
answers

Contacts page Completed through Excel

I am creating a web page and would like to know if what I want is possible. I have a page that contains contacts <tr> <td>Teste - 123456789</td> <td>Teste - 987456123</td> </tr> This several times and som...
asked by 13.01.2015 / 16:29
0
answers

Why does the 'first-letter' pseudo-element not work correctly in this example? [closed]

When you use it, a space appears at the bottom of the page, causing the footer to go up a bit. This does not happen when using 'first-line', for example. It's only with 'first-letter'. Could anyone explain why this happens and how to solve th...
asked by 14.01.2015 / 03:24
0
answers

How to get and send to a php file a selection of combobox

I need to know how to get to the value selected in the combobox when pressing the submit button and how to call this value in the new file .php : I know that there are similar examples here, but be aware that my combobox is not fixed...
asked by 22.01.2015 / 09:44