Questions tagged as 'html'

1
answer

problems bringing data from the database and displaying it in text boxes for editing with Angularjs

what happens is that when inserting the data in the form some of the input we have to put it as type number so that it can be saved in the database and if it is saved, the probe is when we want to send them to call and edit the data that is as t...
asked by 05.11.2017 / 00:49
0
answers

Problem with cells table html

The problem is the space of the photos (the first and second) because it has to be as in the photo, but in my case the end of the first photo is not in the middle of the td (wineries ... ) I can not believe I'm asking this: facepalm:  ...
asked by 06.11.2017 / 21:16
1
answer

How do I set a button at the end of a table?

I have this example in plunker link It is a table with data that at the end has a "Show more ..." button with which I give more data to the table.  The problem is that this table is scrollable, what I try to do in some way is that this butt...
asked by 06.11.2017 / 15:29
0
answers

how to put bottom edge in an html row without css?

<table> // aqui necesito que solo esto tenga un borde en al parte inferior <thead > <tr> <th>Producto</th> <th>cantidad</th> <th>Precio Unitario</th> <th>Total</th>...
asked by 05.11.2017 / 23:41
0
answers

Problem with result of a query in mysql

I make the following query, to be shown in a table. $qry= "select round(b.monto_final_adelantado*100/sum(a.monto) ) as por from fc_facturas a inner join rc_proyectos b on a.id_proyecto = b.id_proyecto where b.id_proyecto =".$i...
asked by 03.11.2017 / 20:46
2
answers

How to prevent the form from being sent if I have radiobuttons in NO

I'm making a newsletter form, I have 4 options all have Yes and No now I want to avoid that the form is sent if everything is in NO This is my code, I tried it with Js but it did not work out. Thank you very much <!-- Begin MailChi...
asked by 20.11.2017 / 18:11
2
answers

Do a centering with Bootstrap

The thing is that I want to center 3 elements ('Select', it's similar to the ComboBox) and as much as I tried, I do not get the code to perfectly center these elements. My code is as follows: <!DOCTYPE html> <html lang="es-MX"&...
asked by 21.11.2017 / 02:53
0
answers

HTML-PHP Survey does not run without XAMPP

I did a survey in html linked to the results in php (php obviously inside html). The results of the survey are in nested if-else. Running it with the help of xampp does work correctly, showing only one result. If I run it without xampp, it sh...
asked by 21.11.2017 / 04:00
1
answer

How to emulate the enter key in jquery? [duplicate]

I would like to emulate the enter key since I am generating inputs dynamically, at this moment when you press the button add product or give enter it generates an input and can even be deleted, but I would like my default script to generate on...
asked by 01.11.2017 / 20:13
0
answers

Validate Bootstrap Control File

I'm using a Plugin ( link ) to upload files and make it work, I have 2 doubts: -As I do to validate that there is a selected file for the submission, the submit button to upload the file is generated by the plugin so I do not know how to add...
asked by 26.10.2017 / 16:16