Questions tagged as 'html5'

0
answers

Logs with php and mysql

Someone would help me to paginate the results of my query in this code please. ++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++ <div class="tab-pane fade" id="list"> <...
asked by 03.11.2018 / 23:39
2
answers

How to convert a string to Local Date?

Goodbye people, I have dates in TD elements of a table that I want to modify, the time of those TDs is 11 hours +, and I have to transform them to local time and I also want to add the name of the DAY. As these TDs have a fixed width, the tim...
asked by 01.11.2018 / 23:23
0
answers

Problem with modal window

Hello in this github project: link I have a modal window when clicking on the login button, however when I do it, the bottom of the web becomes more and more to the left. look: However, when I click on login, the following happens:...
asked by 02.11.2018 / 01:40
0
answers

Help with btn-group in Bootstrap 4

I'm working with Bootstrap 4 I have the following code: <?php $aprobar = '<form autocomplete="off" class="was-validated" method="post" action= "pedidos.php?id='.$rowid.'&user='.$rowUser.'"><button type="submit" class="btn btn-s...
asked by 31.10.2018 / 20:17
0
answers

Problem replacing web images with local images

I am trying to replace the SRC of certain images in a web by images that I have stored in local. I do it with file: //// C: /folder/image.png The image DOES NOT SEE and I see the error: Not allowed to load local resource in the Chrome console...
asked by 30.10.2018 / 19:36
2
answers

How to detect old versions of browsers? [duplicate]

In my current development I want to show a message if my libraries are not compatible with the browser versions. I am using axios v0.18.0, jquery v3.3.1, vuejs v2.5.17, lodash v4.17.11 and materialize v1.0.0. IE 11 down I do not accept my c...
asked by 29.10.2018 / 21:33
0
answers

Extend div always until the end

The problem I have is that when resizing the page, the div that includes the login and the images .dreta that is located to the right of the page, remains the same size and I would like it to be extended to the end. I tried por...
asked by 30.10.2018 / 13:13
0
answers

Call web from the navigation menu

Hello, I use the following menu of a template that you download: <header role="banner" id="fh5co-header"> <div class="container"> <!-- <div class="row"> --> <nav class="navbar navbar-default"&g...
asked by 30.10.2018 / 02:55
1
answer

bring file and a user to the database,

This is the view that carries the data, the file and the name but when it reaches the controller it only sends the file <input type="file" name="link" required="required"> <textarea type="text" rows="50" hidden="hidden" id="text...
asked by 30.10.2018 / 23:53
1
answer

My map is not displayed

I'm making a page in html, the question that does not show me the google map. I used to do it before but not anymore. I modified everything thinking if it had an error but igue without showing it. Notes: I use my google API                  ...
asked by 25.10.2018 / 20:55