Questions tagged as 'html'

0
answers

AngularJS | How to put different meta tags in a dynamic site with NgRoute?

I'm making a web page with AngularJS , and use a controller with NgRoute , and with Ngview pass page by page as a dynamic website, the problem is that I want to change the title and the metatags for each page that happe...
asked by 20.08.2018 / 17:00
1
answer

Use two ngModel with the same name

hi I'm doing a form using angular which contains the following data <form > <input type="text" placeholder="Nombres: " [(ngModel)]="nombres" [ngModelOptions]="{standalone: true}" name="nombres"><br> <input type=...
asked by 20.08.2018 / 15:06
2
answers

The body element obeys the div element

I'm starting with css and html. Trying to do some things I have found a behavior that I can not explain. The body element should be covering the entire html element because the html padding is 0. However, by adding an upper margin of 150px to th...
asked by 20.08.2018 / 14:42
2
answers

PHP and HTML: Style sheet does not react

An apology, my style sheet is not working at all. Even, I send the style very different in a php and in the html. Exactly with the same code, same sheet, but it gives it to me differently. Here I will leave images so that they can see what it do...
asked by 18.08.2018 / 05:34
1
answer

Problem with JS file on NodeJS server

I have a NodeJS server running on localhost, specifically that of the NPM package called http-server, the problem is that I'm running a js script, and I'm testing and recharging, the problem is that I have to turn the server off and on to show m...
asked by 17.08.2018 / 20:23
1
answer

problems with if condition and functions

I'm having a couple of problems with the if condition, I'll leave the code: // Variables var serieButton = document.getElementById("serieButton"); var parallelButton = document.getElementById("parallelButton"); var realSerieZ1 = docum...
asked by 15.08.2018 / 03:51
1
answer

Autoincrement id in angular

I have this line in angular, what I want to do is that the id self increases depending on how many images it consumes, I'm clear I'm consuming a service that is being exposed in json <img id="slide-img-" class="img-item2" src="{{ Our.url }}...
asked by 24.08.2018 / 23:03
4
answers

4 inputs and 1 single output

I am trying to have 4 inputs of data input and 1 single output, for example a calculator, that two inputs are a sum and the other 2 a multiplication, and the value is received by a single input. if the first two inputs have values, the sum is ex...
asked by 16.08.2018 / 03:40
0
answers

how to send responses during the execution of a spring function?

I'm doing a web application , in the login it makes a series of steps like validate data, connect to the database, search the user, get the permissions . All this I want the user to see in a div for example: when the login on the div say...
asked by 13.08.2018 / 18:17
1
answer

Send and receive file Vue-Resource and PHP

I'm trying to send an image using vue-resource and retrieve it in a php file but I have not succeeded, this is my JS file: //* AJAX *// startAsyncNews: function(){ if(this.sendimage){ var formdata = new FormData(); formdata...
asked by 13.08.2018 / 20:44