Questions tagged as 'html'

1
answer

Automatically select a select and press the button

I have a field of type <select> / <option> that when the user selects a value I call a function to populate another <select> , type the state and city combos, this is working, and hence the user click on a b...
asked by 26.03.2014 / 20:52
1
answer

Email Marketing - Responsive

Someone has already made email marketing responsive, I found several models on the internet they work responsive in the browser more when I launch the email by Outlook or virtual target and open in the example mobile (Gmail application) the emai...
asked by 20.10.2017 / 15:23
0
answers

How to read a JSON file to render HTML list

I have a difficulty in an application that le json file and renders it in HTML, I am not able to access the object correctly, the variable products is as undefined. can anybody help me? if you have any other way to resolve I'm also open html...
asked by 14.11.2018 / 03:26
0
answers

Call another page with the action of a form

I have this code to open multiple forms on the same page: <select id="mudar_produto"> <option value="#produto_1">Novo Produto Higiene</option> <option value="#produto_2">Entrada de Produtos Higiene</option&...
asked by 21.05.2018 / 11:31
1
answer

Prevent browser autocomplete in password

I have a lock screen that displaces the user by inactivity, asking only the password of the same to access again. It turns out that this screen has no use whatsoever if autocomplete is connected, since anyone can tinker with this pc and enter in...
asked by 09.04.2018 / 19:04
1
answer

How to move an html label using css transitions

I'd like to move label by hovering over the image <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">...
asked by 06.04.2018 / 21:52
3
answers

JavaScript Redirect

Why does not it redirect to the page typed in URL? function irPara(url){ url = document.irParaURL.URL.value; return location.href = url; } <form name="irParaURL"> <label>Dígite um site:</label> <i...
asked by 01.05.2018 / 22:15
1
answer

Notice: Undefined index in variable $ _FILES (PHP upload) [closed]

I created this code to add products to my database, but an error occurs in the image, says that I did not define it. The code is this: <?php ob_start(); session_start(); require 'ligarDb.php'; $error = false; $nameError =""; $imagem...
asked by 21.03.2017 / 13:06
1
answer

Carousel Customization

Hello everyone, I'm a beginner in Bootstrap, and I'm developing a carousel in the boostrap, but instead of just showing one image I would like it to show 3, as in the image below. How could I be doing this? Code<divclass="container">...
asked by 20.09.2018 / 21:43
1
answer

Is it correct to repeat the itemprop attribute?

I wanted to know if repeating itemprop this way is wrong. In fact, I want to show 3 products and put their itemprop of each situation: <img class="card-img-top" src="imagem_do_produto1.jpg" alt="produto1"> <h5 class="car...
asked by 31.08.2018 / 02:58