Questions tagged as 'html'

0
answers

D3.js have reading attradasa?

Good afternoon, I'm doing a project in which I use d3.js, for this I have a TSV file with my data, however I have it when I do the following: console.log(this.maximo) //impressão 1 acharMaximo consol.log(this.maximo) //impressão 2 Within...
asked by 06.02.2018 / 13:24
0
answers

How to check if the user has adblock enabled? [duplicate]

I have a block with html that is an ad, but if the person has adblock it will not appear. What I need to do is if the user does not have adblock enabled the ad will appear but if it is activated a msg will appear instead of the ad. &l...
asked by 06.02.2018 / 03:32
1
answer

Show label data on radio instead of text

I have this query and I show it this way: <?php if(isset($_POST['data'])) { $servername = "xxx.xxx.x.xx"; $username = "xxxxx"; $password = "xxxxxxxx"; $dbname = "xxxxxxx"; $conn = new mysqli($servername, $username, $password, $dbname);...
asked by 05.02.2018 / 12:35
0
answers

Retrieve multiple via ajax requests

I have the following fields: <div class="container"> <div class="form-group"> <label for="nomefiltrar" style="color:#E4CDAC; font-size: 17px; font- family:Arial">Nome</label> <p> <inpu...
asked by 05.02.2018 / 14:47
2
answers

Does not insert with empty input date

In my form I have this field: <h5><strong>Data da Visita</strong></h5></h5> <input type="date" id="DataVisita" name="DataVisita" /> But if I run out of date it does not insert into the databa...
asked by 09.02.2018 / 12:13
1
answer

put a column in the table to mark as view

I have this query and show it in a table: <form method="POST" action=""> <fieldset> <table cellspacing="10"> <tr> <td> <strong>Insira data de inicio:</strong> <input type="Date" name=...
asked by 09.02.2018 / 13:33
0
answers

Mobile keyboard does not open on bootstrap site

I made a responsive site with bootstrap, but when I click on the inputs the cell phone keypad is not activated. What can it be? <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><linkh...
asked by 02.02.2018 / 18:39
2
answers

How to stylize elements inside the textarea tag?

Hi, I was trying to create a "text editor" to program the moon, I tried to change the color of the function word every time it was typed, but I came across something, I can not stylize any element inside the textarea, here's the code I was using:...
asked by 10.02.2018 / 05:16
1
answer

Update query data in php

I've been looking at dozens of topics, but I still can not find a solution. I created a form that shows the data of the database table and when the data is changed I need to update the table row. This is the code I have but does not do th...
asked by 07.02.2018 / 13:22
0
answers

Institutional site contact form

What is the best way to insert a functional form with text input, multiple selection etc in a static website (I do not intend to use php). I know how the building and shipping process works, what I really want to know is if you have a solutio...
asked by 02.02.2018 / 01:37