Questions tagged as 'html'

1
answer

how can I have multiple apps in Angular 4 with angularfire2

The documentation says this: @NgModule({ imports: [ BrowserModule, AngularFireModule.initializeApp(environment.firebase, '**my-app-name'**) ], declarations: [ AppComponent ], bootstrap: [ AppComponent ] }) export class AppModul...
asked by 26.06.2017 / 23:28
1
answer

order problems on the page

I have a problem with the HTML and PHP listing because they do not show me the data properly The goal is to show me this way But I get it this way <form action="ListadoCompletoBuscarSensor1.php" > Nombre de la...
asked by 22.06.2017 / 18:47
2
answers

modify variable shown in HTML from JS

Hello people, as you can see on the page, there is a button, in which I click and increase the variable credit that is shown in the console, but what I want is that this variable also increases where the number is 1 that is on the p...
asked by 24.06.2017 / 17:39
0
answers

Help with addressing within a Frame in HTML

It turns out that I have a Frameset with several Frames and within a frame where I have a navigation bar I have located the href .... My question: How do I direct the whole page to the location of the href and not just the frame of the navbar...
asked by 17.06.2017 / 17:49
1
answer

Print HTML tags in imagettftext PHP

I try to print HTML tags in the image I generate <?php // Establecer el tipo de contenido header('Content-Type: image/png'); // Crear la imagen ----------------- $im = imagecreatetruecolor(400, 30); // Crear algunos colores --------------...
asked by 19.06.2017 / 23:23
1
answer

can characters be added by default to an input text?

There is some way that when you enter a value into the input a character is added as a point or comma, it is very similar to what the input date does with the "/" and when your input is accommodated with the "/", this can be applied in an input...
asked by 19.06.2017 / 15:21
0
answers

Put a subtable in an HTML table - JQuery

In the box view are all the sales made in the detail part there is a click that has to be displayed to show its detail, I do not know if I let myself understand. So far I have created the subtable but I still can not place it in the when I click...
asked by 15.06.2017 / 22:12
0
answers

Send Several Invoice Details from the view to the controller

I need I have several invoice details in my view and I need to send those details to the controller to save them: View: (I have two Details like this :) <tr id="Registrodeproducto"> <td>...
asked by 15.06.2017 / 21:04
1
answer

HTML: Get all the files of an input file []

Good morning, I'm doing a job for a web page, in which I must put a button to upload images to the web, and I need to see a preview of those images to be loaded before uploading. <input type="file" id="file_input" name="fileInput" multip...
asked by 20.06.2017 / 12:01
0
answers

upload data from ajax to datalist

hello I want to bring a list from my database but I already bring it what happens is that it does not show me and I really do not know what to do and a little help I liked. function filtro() { // var valor = document.getElementById("d...
asked by 14.06.2017 / 21:34