Questions tagged as 'html'

1
answer

How to Decrease Google+ Lyrics

Hello, I would like to know how to customize the letters of Google Charts, I have a graph generated, but the names are great, so they do not all appear, does anyone know a way to decrease the letters or put the words down? p> Follow the...
asked by 25.05.2017 / 17:08
2
answers

Open a page within a page

For example, it has a button that leads to another page, but I would like it to open in the same, type a dialog box, close button, maximize and also let it be highlighted, (without being able to interact with elements outside of it ). I've do...
asked by 24.04.2017 / 22:17
1
answer

Show the HTML via PHP or not?

In fact, it's very common to see all of the HTML tags escaped within PHP tags.    "For printing large blocks of text, getting out of PHP interpretation mode is generally more efficient than sending all the text through the echo or print...
asked by 21.04.2017 / 19:15
2
answers

Code problem

My guessing code is working, however, instead of giving only 3 attempts to the user, the program gives 4 attempts. How do I stop the code in the third attempt ?? var chute = document.getElementById("chute") var tentativa = document.getEle...
asked by 25.04.2017 / 20:32
1
answer

Download View instead of displaying it

Is there any way to instead of returning a view and displaying it on the screen for the user, I return it but instead of displaying it I save the .html file on the computer? The code is as follows: return View("~/Views/Item/Item.cshtml", model...
asked by 09.03.2017 / 20:31
2
answers

Read the file of an input using JavaScript

I've created one and would like to read the contents of this input before sending it to the server. I saw that I can do this using a filereader but the information I found was kind of confusing. How can I do this reading? The read would be...
asked by 09.03.2017 / 20:55
1
answer

Create parameters in div to use in Javascript

I would like to know if I can create custom parameters within a div and if it is recommended by W3C, I would like to create some parameters for a tag, but I did not find any references on the internet, an example below with the parameter...
asked by 29.04.2017 / 20:43
1
answer

How to make a GET request to each line with jQuery

Hello, I have the following code: $('#checar').click(function() { $.ajax({ type: 'GET', url: 'checar.php', data: { lista: $('#lista').val() }, success: function(data) { $('#sucesso').html(data...
asked by 04.03.2017 / 08:49
2
answers

Click event does not work [closed]

Good evening guys. I am a beginner in HTMl, CSS and Java Script. That's why I'm studying, but today I came across a mistake that I can not find a solution to. I have a responsive 'grid' with images and put an event where I click and JavaScript r...
asked by 04.03.2017 / 03:56
1
answer

Generating pdf with class MPDF

I am generating a PDF with data from the database and the code it is running correctly. See: <?php include_once '../controller/ClienteController.php'; include_once '../controller/LocacaoController.php'; include_once 'mpdf/mpdf.php'; $c...
asked by 19.02.2017 / 22:15