Questions tagged as 'html'

0
answers

HTML field accepts only the numbers of a Query (SQL-Server)

I have the following field: Código da Receita: <input type="text" name="cod_receita"> and would like it to accept only the numbers for this query: SELECT distinct orcplare.codigo FROM rectotor INNER JOIN orcplare ON (...
asked by 30.01.2018 / 15:57
0
answers

Viewport moving alone

I'm testing the layout of my website on my phone, apparently all right, but when I checked "Computer Version" I noticed that the layout zoomed in on the body several times in succession, decreasing and increasing. How do I fix this?     
asked by 30.01.2018 / 17:38
0
answers

strcasecmp Does not work as expected

$reescreva = $lines5[array_rand($lines5)]; if(isset($_POST["reescreva"])) { $confere = $_POST['reescreva']; $textoanterior = $_POST['textoanterior']; echo "Texto Anterior: ". $textoanterior; echo "<br>Texto Digitado: " . $co...
asked by 27.01.2018 / 19:00
1
answer

Page only brings the data the first time it is loaded

Why does the page load data only once? After loading, if I refresh the page in the browser, it no longer brings the GetValores data. I'm using Servlet and JSP. <html> <head> <title>EscalaWEB</title> <styl...
asked by 27.01.2018 / 18:02
0
answers

automatic platform for database in windows (sql server)

Good! I needed an automatic graphical platform for a sql server database on windows.     
asked by 31.01.2018 / 17:13
0
answers

PeerJs does not work on HTTPS

I'm trying to develop a "video conferencing" site. I'm using PeerJs. Browsers require that the site page be HTTPS . The problem is that when you call biblioteca PeerJs , it has a call HTTP e não HTTPS . Then it retu...
asked by 31.01.2018 / 13:11
1
answer

Event Listenter and Ajax

Well, this is my first post. Sorry if I did not follow some publishing rule / tag. I made a form in html that sends data to a file in php. Then I put ajax not to reload the page. Until then, okay. But the html and ajax are in the same scrip a...
asked by 27.01.2018 / 13:25
0
answers

Navbar bootstrap 3.2 giving display error

Good night, I'm creating a project in bootstrap, a framework that I do not use much, I usually use Materialize, but for this project I need the dropdown menu, but I had a problem, p> ButIusedthesamefilesyouhaveinthebootstrapdocumentation,cana...
asked by 27.01.2018 / 03:37
1
answer

How to check variable has values?

I have a function that performs a select in the database: function selectIdProdutos($id){ $banco = abrirBanco(); $sql = " SELECT * FROM produtos WHERE id = ".$id; $resultado = $banco->query($sql); $banco->close(); $pr...
asked by 25.01.2018 / 12:59
0
answers

Insert in table - strange value

I'm trying to insert a value into a table from a select option. html: <select class="form-control" name="chaveCadastro" ng-options="cadastro.cadastroId for cadastro in (cadastro | orderBy:'id' | filter:{active:true}) track by cadastro.id...
asked by 25.01.2018 / 11:42