Questions tagged as 'html5'

3
answers

3 forms in a single submit button

Good afternoon, I have a code in html and js where I need to do a submit on 3 forms with just one button, because they are on different cardboards. I thought of doing the following in html: <form id="form1" method="POST"></form>...
asked by 03.01.2019 / 14:37
1
answer

Entry page of this genre [closed]

Does anyone know where I can enter an entry page with this form or something?     
asked by 15.04.2016 / 12:52
1
answer

I am working with bootstrap and my pull-right does not shift the nav div to the right?

<html> <head> <meta charset="utf-8"> <title>Victor</title> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/estilo.css...
asked by 08.01.2018 / 16:14
2
answers

How to make a date field containing only Month and Year Html

I need a date field containing only Month and Year Html, preferably on the screen something like a calendar containing only the months and years. obs: I'm using angularJs, javascript     
asked by 21.09.2017 / 23:10
2
answers

Activate animate.css only when object is clicked

How to add the animation effect only when the object is clicked? I'm already using animate.css animations, but I'd like the effect to start only when I click on it. How to do this?     
asked by 11.07.2018 / 18:09
2
answers

document.getElementById () .value is not working with window.open ()

I want to generate a clean print page with some information only. For this I am using the following code (well summarized) in javascript: function myFunction() { var myWindow = window.open(" ", "_self"); var str1 = "Janela de Impress...
asked by 26.11.2018 / 19:58
3
answers

Make one input receive a value less than another

<input type="number" name="total" value="25" required> <input type="number" name="valor-em-dinheiro" class="form-control text-right" required> I have two input where the first one receives the value of 25, wanted to know...
asked by 07.12.2018 / 01:12
2
answers

Video run in a div as background

I want to make a video run within a div. I saw this on the PaperCut site and would like to do the same.     
asked by 12.03.2017 / 16:53
1
answer

HTML5 Canvas arc () is not of the correct size

I'm developing a college work that basically consists of creating a kind of "Paint" using canvas of HTML5 in conjunction with Javascript, but I came across a problem trying to update a canvas that serves to show the current size of...
asked by 29.06.2015 / 21:04
4
answers

Problem background image in div

I have a problem with a div. Her name is <div id="content-homepage"> It happens that this div has some content inside (texts, titles and a button), and when I insert the image through #content-homepage { background-image: url(.....
asked by 06.12.2018 / 16:21