Questions tagged as 'html'

1
answer

Filter system by category

I wanted to do a search system where I would search for data typed according to the selected category, but I do not know where to start. I'd like to add the filter option to category followed by a _<input type="text">_ for th...
asked by 13.07.2018 / 14:00
1
answer

How to make a single button turn on and off and on click send value in URL

In the code below each I have two forms one to send the value 1 and another to send 0 and both forms send this value via GET When I send the GET PUMP STATUS # 1 ::="motor": receives the PLC return STATUS PUMP # 1 :: = true STATUS PU...
asked by 12.07.2018 / 23:35
1
answer

Mask Currency Input readonly

I would like to know how I can be putting coin mask, since my input="fieldResult" is blocked and added value automatically after putting a value in the above input. I tried to add the mask in the input="fieldResult", but without success. T...
asked by 18.07.2018 / 05:41
1
answer

How to make website with multi languages? [duplicate]

I developed a site in just one language but now I wanted to get it in several languages to reach audiences from other countries, it's a site where I insert enough information in my backoffice that will be shown to my target audience. What I...
asked by 08.07.2018 / 21:35
1
answer

How do I put a .php pageing script on my website?

I've already built a website, but I'm having trouble with the paging system. I do not know how to mess with php, I found some videos on youtube and got a paging script in php. Now I need to put this script inside my site. I think for this I n...
asked by 05.08.2018 / 01:47
2
answers

Hide div when clicking on it

How can I do to click on the div and stop displaying it? I'm using onClick but it's not running. My div: <div class='alert alert-danger aviso' role='alert' style='width: 20%;'>Falha ao carregar os dados!</div> onClick: $('....
asked by 14.08.2018 / 15:35
1
answer

Title staying outside the div

I have a div parent that contains two divs child and one of that div child contains two divs child . The title of one of these is getting out of it. I modified its size because of the available size that SO-en allows, to avoid creating...
asked by 21.08.2018 / 20:23
1
answer

Repeated data in html (ANGULAR)

I have a * ngFor that fills my html, and this data is fetched from an API, then I use schedule to reload the data every time it gives seconds = 15. Only the data is being placed below the old one in HTML. HTML <p [class]="mainColor...
asked by 22.08.2018 / 17:29
1
answer

Compare SQL result using PHP

I started a session and performed a SQL query <? session_start(); $_SESSION['modulo'] = "WebSocialSocial/"; $_SESSION['root'] = substr(__FILE__, 0, strpos(__FILE__, substr($_SESSION["modulo"], 0,-1))); $_SESSION['linkroot']...
asked by 22.08.2018 / 16:12
1
answer

Remove white space php

When typing values (one per line), example: valor1 valor2 valor3 valor4 It will return: value1, value2, value3, value4 entra_valores.php <html> <body> <form action="junta.php" method="post"&g...
asked by 19.08.2018 / 11:19