Questions tagged as 'html'

2
answers

How to upload multiple images with just 1 click?

I'm studying uploading images and files, and I can upload 1 image, and display it on the screen, but I'm interested in uploading multiple images with just one button, just like that web application link . How to upload multiple images? I'm u...
asked by 06.03.2014 / 15:41
2
answers

Display a different video for each visitor [closed]

I'm making an HTML page with JavaScript and would like for every user who visits it to change the initial video. I have 5 videos, so on the first access the video 1 would be displayed, then the video 2 and so on, until in the sixth access it...
asked by 30.11.2018 / 22:22
1
answer

What are the max-content and min-content width values?

Recently I came across these two values for width of an element, however I did not understand how to use them and what they are for ... This is what the Mozilla documentation says, but I did not understand: max-content Th...
asked by 04.12.2018 / 12:13
1
answer

Problem in changing background color

Even adding body{background-color:#CCCACC;} to CSS the background is still white. @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); @import url(https://fonts.googleapis.com/css?family=Roboto...
asked by 14.11.2018 / 01:35
2
answers

Get Radio Button value in Foreach- JS

I am trying to get the value of radio in JS using foreach foreach($produtos as $produto){ <input type="radio" id="<?php echo trim($produto->CODIGO); ?>" name="plano_ouro" value="<?php echo trim($produto->...
asked by 01.12.2014 / 12:16
1
answer

Close a window in php and update the old one

Galera ... I'm not using a floating window and neither modal nor anything like that, my CBT had a problem and for the short term, I could not use this method. What I need is a code that closes the window that was opened and updates the old one....
asked by 22.11.2014 / 02:20
1
answer

How to pass exception message to an HTML page from a JSP?

I have a college exercise in which I have to create a .jsp page that receives a "id" parameter and runs a query to delete the record inside the class products with this id and in case of any exception I send the user to page error.html passing a...
asked by 01.12.2014 / 20:58
2
answers

Problems with html select

I have the following codes in html and javascript: /** * Created by Erick on 22/11/2014. */ var data = new Date(); var meses = new Array("Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "O...
asked by 23.11.2014 / 01:00
3
answers

How to configure a dynamic-dimension div delimited by other div's?

I'm looking for a way to have a layout that meets the behavior below: The big question here is to make the central div delimit to the ends of the other div's, so that they do not overlap with that. By making an allusion to the Desktop...
asked by 20.01.2016 / 18:55
2
answers

How to add a horizontal scroll in CSS?

Like, for example, the Netflix website when movies are rolling horizontally.     
asked by 16.02.2015 / 22:20