Questions tagged as 'html'

1
answer

Set mark on google maps

I am working on a project that reads a database and adds marks on a map (these marks are variables that change every 20 seconds). The problem is that it only shows me the last brand I make, and not all. I know I have to do new google.maps....
asked by 05.09.2016 / 00:04
0
answers

Show data with Mongoose and NodeJS

I just started with this backend and I have some doubts. I have a Schema in Mongoose : const mongoose = require('./model'), Schema = mongoose.Schema, TeamSchema = new Schema({ _id : Schema.Types.ObjectId,...
asked by 10.11.2016 / 02:18
1
answer

Missed Closure Tags in source code

I started using CodeFormatter in sublimetext3 to sort the code. uses a style called psr2. The issue is that it generates labels of closures for link, meta or br, that normally did not put them. <head> <meta charset="utf-8">...
asked by 05.10.2016 / 05:10
0
answers

How to hide in this case the top bar of a pdf viewer?

This is my controller if (!response.CodError) { $scope.datosImprimir.Resultado.PDF = response.Valor; $scope.contenido = $sce.trustAsHtml('<embed width="100%" alt="pdf" src="data:application/pdf;base64,' + response.Valor + '" class="...
asked by 29.08.2016 / 17:34
1
answer

Problem getting ng-model value with Onsen Dialog

Good morning, I've had a problem with Onsen UI for a long time, specifically the Dialog component. It seems to be a scope problem of the Scope or Controller. For example: app.controller("MainController", function($scope) { $scope.showEditD...
asked by 05.07.2016 / 18:20
1
answer

Jquery Validate show gif when submit

I'm doing a form validation and I use Jquery Validate() but I have a problem. I indicate the code $("#formBloqueo1").validate({ success: function() { $("body").css({"overflow-y":"hidden"}); var alto = $(window).hei...
asked by 28.06.2016 / 13:55
0
answers

print on point or receipt form from jsp

Hello, I have a form in jsp and I want to print it in a printed form, I explain a receipt printer, should I add a library or how could I do it? this is the jsp <%-- Document : ingreso Created on : 20/07/2016, 12:59:42 PM A...
asked by 22.08.2016 / 22:51
0
answers

Is it possible to make a ng-repeat run again when updating data?

I have an app in angular but I have the next mess. The menu of the app is blank and after logging in it calls a function that brings the menu enabled for the user. The problem is that the menu is not updated, it is as if the ng-repeat did not...
asked by 03.08.2016 / 00:25
1
answer

Save report form

This form has been removing gray hair for a few hours and I can not find the reason why it is not saved. I have the following PHP code, which I use to save a form in the DB <?php session_start(); $conexion = mysqli("localhost","root",...
asked by 25.07.2016 / 02:33
1
answer

Access denied error 1011 when obtaining an image with file_get_contents?

I would like to know why I can not access the image and show it, every time I run the script the image is not displayed and when I open it from my host I get the following:    Error 1011 Ray ID: 2c82fb8597081629 • 2016-07-25 22:17:31 UTC   ...
asked by 26.07.2016 / 00:25