Questions tagged as 'html'

0
answers

JSON table and SQL Server via PHP

I need a simple filter of values of the column received by JSON and only show the lines that contain this value, json is generated by a php that does a query in SQL. $(document).ready(function () { $('#retrieve-resources').click(functi...
asked by 01.02.2018 / 19:23
0
answers

I'm not sure how to use object.keys with the filter

remembering "data" and an array object, I am trying to mount this table with ecmascript 6. var dados[{"N1":"Nome","N2":"Sobrenome"}, {"N1":"felipe","N2":"Almeida"}, {"N1":"Marcelo","N2":"Freitas"}]; var tbody = "<tr>";...
asked by 01.02.2018 / 14:18
0
answers

Show only the cover of a pdf file

I would like to know if there is a way to get just the cover or a specific page from a pdf file using html / php. I do not know if it is also possible to turn this page into an image so that you can manipulate it more easily?     
asked by 31.01.2018 / 22:33
1
answer

Does not insert table

I have this code: <?php $servername = "xxx.xxx.x.xx"; $username = "xxxxx"; $password = "xxxxxxx"; $dbname = "xxxxxxx"; $conn = new mysqli($servername, $username, $password, $dbname); $conn->set_charset('utf8'); $data = $_POST['Data...
asked by 01.02.2018 / 18:40
1
answer

CommandButton does not register in SQL

I'm having trouble with my code, when I make a record of a new vehicle, it says that the vehicle is not being instantiated and is returning null. Here are my settings: DAOLayer:publicvoidadicionar(Veiculoveiculo)throwsSQLException{StringBuilder...
asked by 01.02.2018 / 18:36
0
answers

Put hyperlinks in html / asp.net and save to cookies

The question is the following, I have the form presented below: The'Mark'linkallowsyoutoselectthe'Person'element(nameofthedatabasetablewiththeforminformation).Therequestformarkingmustbedonebyclickingonthelinkandtheinformationwillhavetobestoredi...
asked by 01.02.2018 / 19:18
1
answer

Line number in table

I have a table and I want it to appear when the information button is clicked on the next line (which is hidden). For this I would have to get the value of the td that I clicked and enable with the display: block only the line with value of t...
asked by 02.02.2018 / 17:47
0
answers

Scroll bar the last section

I'm trying to make a site where the penultimate section assumes a fixed position and the last one goes over. However, the goal is for the latter to never be halfway through. For this, after placing the penultimate section in fixed position, I de...
asked by 02.02.2018 / 16:18
1
answer

Adding Scrollbar to a table (Table)

I would like to know how I can add a scrollbar to a table, I added css max-height properties but it did not work, I only got such behavior, it is only observed when I add the display block property, columns does not fill 100% of the width ... Wh...
asked by 30.01.2018 / 19:49
1
answer

Display in ngModel return from FireStore

How to display the data returned from the FireStore in an Angular ngModel directive? I would like to get the data that is returned from the FireStore and display in an Angular ngModel directive, displaying on an edit screen. person.model....
asked by 31.01.2018 / 00:16