Questions tagged as 'html'

2
answers

PHP - Get different database data from the same button

Well the problem is this: I have the following code HTML/PHP which allows me to go fetch the last four data entered in the database in order to show the last ones added: $getLastFour = mysqli_query($dbc,"Select * From products Order By...
asked by 27.09.2016 / 04:03
1
answer

Preg_match_all, get the values of the attributes name of the inputs

I'm doing a project with dynamic forms, that is, the user (administrator) can make their own form (HTML / CSS), but when I go to get the form to the database I need to check if the names ( name ) of inputs match the names of the com...
asked by 22.09.2016 / 19:15
2
answers

Chronometer + Calculation in seconds

I have the code of a stopwatch and I would like your help to implement a calculation, I will try to explain it as well as possible. Stopwatchcode: var segundo = 0 + "0"; var minuto = 0 + "0"; var hora = 0 + "0"; function tempo() { i...
asked by 26.09.2016 / 15:44
1
answer

Verify that the contents of the div loaded

Is it possible to know if the content within div loaded with jquery ? Same as body . I want to make a visual effect of the type where a loading image appears and only after the post inside the div loads completely...
asked by 15.01.2017 / 06:45
1
answer

Create form of radiobuttons

I'm doing a test platform. And on this platform, I have in the database a table of the questions it contains    Question, text, Question, AnswerCare and the students_test table that contains    id Answer, Answer, id Question, idTest, I...
asked by 15.01.2017 / 22:08
1
answer

TypeError: document.getElementsById is not a function [closed]

I just want to add the values I get in input , what's the problem with the code? <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript">...
asked by 12.08.2016 / 00:18
1
answer

Regular expression to identify text box in HTML form

Situation Give yourself a HTML page where you will find a form containing two text boxes, one for the name and one for the email. Then there was the need, to do some tests on Android, to get only a snippet of the code and play in a list, but...
asked by 28.08.2016 / 21:34
1
answer

Set up form for printing

I created a form where, when it is filled, it should be printed. However, when I go to print, it comes out completely unformatted. Does anyone know how I can make the print output formatted? And how do I hide the send, print, and delete bu...
asked by 29.08.2016 / 13:57
2
answers

Add TAG HTML with CSS content

Is it possible to add an HTML TAG using CSS content ? #teste{ content: "<p>tag HTML inserida via CSS</p>"; } <div id="teste"></teste>     
asked by 24.08.2016 / 23:41
1
answer

How to make this effect in css?

Hello, I would like to know how to apply this effect in CSS. I do not know how to describe these stripes vertically. I would also like to know how does this trait within a div. Thank you in advance.     
asked by 17.11.2016 / 16:11