Questions tagged as 'html'

0
answers

Refresh a div from a dashboard without reloading the entire html page [duplicate]

I'm finishing my CBT and I came across a problem. I am creating an administrative control panel and would like it to display in real time a count of a table in my database. I was told that the ideal for this situation would be jQuery + Ajax .....
asked by 19.08.2018 / 18:46
0
answers

Press tab to search

Does anyone know how I can when the user places my site in the Google Chrome bar, the browser displays the message "Press tab to search for [site address]" and then when the user clicks on the ENTER, he passes the parameters so? query = [text]...
asked by 25.08.2018 / 15:32
0
answers

Fill combobox on WEB page via VBA

I'm trying through VBA in Excel, filling a combobox on an internet page. But when I run the code, that error message appears saying that "The object does not accept this property or method" . Part of the HTML code for the webpage is this:...
asked by 25.08.2018 / 18:46
0
answers

How to get updated input value and send to another page html

Good morning, I'm getting data from a form as follows: function save(){ window.localStorage.setItem('nome', $('#nome').val()); window.localStorage.setItem('sobrenome', $('#sobrenome').val()); window.localStorage.setItem('email',...
asked by 28.08.2018 / 15:49
3
answers

Success: function (data) in Ajax not working

Everything within the success does not execute, but the request is sent successfully yes I saw it inside the chrome network and the login is normally done, it just does not trigger the success of ajax. function sendForm(token){ var...
asked by 28.08.2018 / 12:31
0
answers

Sort Table Array

EDIT: I was able to make the order using the points earned, but if the points are the same, it would need to get the goal balance to order, I tried to add another value in the array_key, but the syntax error, if someone can explain me by Pl...
asked by 14.08.2018 / 20:16
2
answers

Problem with running animation in CSS

I did an animation in CSS, but it stopped working. Where is the error? HTML / CSS #loading { background-color: #0e5077; height: 100%; width: 100%; position: fixed; z-index: 99; margin-top: 0px; top: 0px; } #loading-c...
asked by 22.08.2018 / 20:11
1
answer

Include CSS when generating a PDF using PHP's MPDF class

Good morning! I need to generate a report, in that report I have some CSS for better organization. I can generate PDF, however, styles are not loaded next to HTML. I have already tried to put the CSS in separate file, but it did not work eith...
asked by 14.08.2018 / 15:40
1
answer

Add the success message and do not quit the process.php

I have a code of a form, in fact I joined 2 codes to be able to create this, but in the old code the form was directed to another page processo.php I wanted to send the form and a successful message appears in the code. index.html...
asked by 14.08.2018 / 07:53
1
answer

I need ideas with checbox form

I need to change a database when a check box is checked - going from "N" to "S", but there are several checkboxes on the page and how each record in the table has its id and option S or N I can not treat the checkboxes as an array, would someone...
asked by 30.08.2018 / 01:16