Questions tagged as 'html'

1
answer

How to enable / disable a Div when clicking the checkBox [duplicate]

How to enable and disable a div by clicking checkbox $("#chkBloqueio").click(function() { if ($("#chkBloqueio").attr('checked') == true) { $("#divBloqueio").attr('display', 'inline'); } else { $("#divBloqu...
asked by 06.09.2018 / 16:42
2
answers

How to register more information in the table [closed]

Here's my code: $nome = $_POST['nome']; $rg = $_POST['rg']; $endereço = $_POST['endereço']; $conta = $_POST['conta']; $agencia = $_POST['agencia']; $operação = $_POST['operação']; $bandeira = $_POST['bandeira'] ; //insere dados na tabela $sql...
asked by 28.08.2018 / 17:28
1
answer

how to automatically start youtube video in iframe without being autoplay? [closed]

How could I do this in this code? <iframe width="420" height="345" src="https://www.youtube.com/embed/Y3wtmZ4Ds3M?autoplay=1"frameborder="0" allowfullscreen></iframe> no matter the programming language     
asked by 10.03.2017 / 20:57
1
answer

Difficulty in combining web languages [closed]

I'm a beginner in web programming and I'm confusing when it comes to blending code, I've been studying a lot but I still have a lot of doubts when combining all the codes, for now I use HTML, PHP, CSS, JavaScript, Jquery, Bootstrap and Ajax, let...
asked by 13.09.2015 / 02:42
1
answer

HTML code with vertically and horizontally? [closed]

Ineedanhtmlcodewithoutcss,ifitisnotpossiblewithoutthecssitcanbewithcss,whichreproducesthelayoutoftheimage.(text,image,andtextverticallyonthesideoftheimage. <!DOCTYPE html> <html> <head> <style> img { float: rig...
asked by 18.08.2017 / 21:05
3
answers

Validate only number in the input [closed]

I have this html <input formControlName="sGPTypeDeliveryId" type="text" placeholder="Tipo de Entrega" class="form-control" required="required" pattern="[0-9]+$"> Using the pattern attribute should work, but with me it is not working....
asked by 23.07.2018 / 21:04
2
answers

Create a follow icone in html

Hello! I am developing an ecommerce website on a platform with html programming. And the client requested to put a shortcut to access whataspp. How do I do the "follow" programming in html?     
asked by 01.09.2018 / 02:59
3
answers

Make a request on the server with 2 parameters

Well, I'm making a person use a "range" and decide a value, so the person changes the range, a search is being done in the database about a game and its value, use ajax with php to This, however, is giving you an error, can you help me?...
asked by 26.11.2018 / 14:42
1
answer

How to put html code in question [closed]

I have a block of html code and I need it right here in the body of the question     
asked by 12.12.2018 / 02:15
2
answers

Zip Code Search in PHP / HTML [closed]

What is missing for this code to bring the zip code result? <!DOCTYPE html> <!--<! -- Trazer Resultados CEP, Rua, Bairro e Estado --> <html lang="pt-br"> <!-- Declaração do Idioma --> <head>...
asked by 12.12.2018 / 01:11