Questions tagged as 'html'

1
answer

AngularJS Service http

I have a service in the angle and wanted to make a forEach to retrieve the value of the user, to authenticate the login My service: .service('usuariosService', function ($rootScope, $location,$http) { this.validaLogin = function(user){...
asked by 20.05.2016 / 01:05
1
answer

Problems searching php pdo

I'm doing a search field but it returns me some errors. My code: class Prog{ private $DtBase; public function setdata($DtBase){ $this->data = $DtBase; } public function getdata(){ return convertarData($this->data);...
asked by 22.03.2016 / 13:39
1
answer

Show factorial result with AngularJS

I'm starting to learn with AngularJS. In a simple function, I need to do the factorial of a number using AngularJS, but I can not return the result on the screen (HTML page). Could someone help me? <!DOCTYPE html> <html ng-app=...
asked by 13.05.2016 / 04:34
2
answers

How to pass the Syntax or Semantics written in the text field, to a Textarea

Let's face it, this is more of a doubt than a logical reasoning. I have some input in the HTML page, and it even passes its value (s) to textarea , at the click of a button. Great, so far so good! I developed as I described ab...
asked by 14.05.2016 / 21:21
2
answers

centralize elements "a" in a div [duplicate]

How do I centralize a link "a" horizontally and vertically in the center of a div? <div id="header_right"> <a>A</a> <a>B</a> <a>C</a> </div> CSS: #header_right { width: 3...
asked by 22.04.2016 / 20:40
1
answer

Problem clicking the button, called ajax

Code: <button id="click" class="button"></button> <div class="TableCSS"> <table id="clickvent"> </table> </div> $(document).ready(function(){ $("#click").click(fun...
asked by 11.04.2016 / 19:11
1
answer

How to get data from a MySQL database from id

Good people have this voting system where it saves the votes in the database. Except that it pulls all the data at once using the code below, the file will return ALL the registered names. But I want to display only one at a time: according to t...
asked by 11.04.2016 / 19:25
1
answer

Button for downloading HTML form

I made an HTML form and I would like that when clicking a button on the page, the download of the page with form filled in pdf or another possible format starts. I did this with mpdf, the problem is that I can not always copy the page, becaus...
asked by 08.03.2016 / 20:12
1
answer

Fill a ListBox with data from checkBoxes

I'm having trouble populating my Listbox, I can populate the Listbox with the checkboxes values of the not with the corresponding Labels. I'm running short of how I'm going to do this. The checkboxes list is populated with jquery, in the foll...
asked by 19.04.2016 / 19:03
1
answer

Stretch canvas without interpolating image

I have a canvas of width = 400 but, with S tyle.width = 100% , the image interpolates and the right angles of the pixels blur. I want to keep the pixels very visible, if anyone can help me I'm very grateful.     
asked by 11.03.2016 / 22:05