Questions tagged as 'html5'

1
answer

Select Value

I have select with multiple car brands and I have a script that when selecting the car should appear its marks. I wanted to update the tags, but when I click the button to update only the last tag and the template chosen is that it upda...
asked by 02.06.2017 / 15:12
2
answers

Import a file containing script and link tags

I'm creating a website where, on all pages, the script and link tags to import the JS and CSS libraries are repeated. Is there any way to, for example, I create a script.html file (for example) and import this file to all my pages accordingly...
asked by 24.05.2017 / 20:40
1
answer

Problems with slide owl-carrousel

I'm developing a site and I'm using owl-carrousel2 but I'm having a problem with the nav option, I'd like it to appear on my site, I simply add it to that page, does not appear when I look at the console my nav:true appears with a...
asked by 09.05.2017 / 21:39
1
answer

How Web Workers work in Chrome

I am using a WebWorker and locally it is not working and I am not able to find a solution. I created a test file to illustrate here: WebWorker.js var i = 0; function timedCount() { i = i + 1; postMessage(i); setTimeout("ti...
asked by 27.04.2017 / 15:07
1
answer

Force user to select an item in input type datalist

Good evening guys, I have the following code in a hotel system that I'm putting together: <?php include "Hospede.php"; $newHospede = new Hospede(); $rs = $newHospede->listarNomesHospedes(); $qtdHospedes = mysql_num_rows...
asked by 20.04.2017 / 02:22
1
answer

How to close responsive menu when clicking on an item and changing the iframe in an html file?

I'm using a index.html file that on a wide screen all the menu items appear, but when being resized to a smaller (max-width: 640px) screen, the menu bar becomes an icon where clicking the menu items on the smaller screen. My que...
asked by 19.05.2017 / 16:43
1
answer

How to export a powerpoint file to HTML? [closed]

I have a Power Point file that is interactive, that is, some buttons send the user to another slide, and continue to be interactive with each slide. I need to generate a HTML to insert into a web page so that this interactivity is not l...
asked by 19.05.2017 / 14:14
1
answer

Carousel that passes one image at a time and with thumbnails underneath

IfoundanexampleandwastryingtomodifytowhatIneed.IneedtheimagedisplayedonthecarouselandthethumbnailstobelargerthantheexampleIfound,butwhenItrytomodifythecarouselimagetogetbiggeroneimageoverlapstheother.HTML    <title>FeaturedContentSlider&l...
asked by 19.05.2017 / 00:34
1
answer

Doubt with layout Responsive bootstrap

I have a layout that I would like to leave in the following template. Tomakehimresponsive,Iamnotabletoaddcolumn(1)greater.Howareyounow? link <div class="container"> <div class="row"> <!-- <div cl...
asked by 10.06.2017 / 05:34
3
answers

Insert video in HTML after 10 seconds using Javascript

Personal I need to insert a video into my HTML after 5 seconds using JavaScript, before 5 seconds the video is not displayed. I got to put the video on the page using Javascript but tried to use the SetTimeOut function but without success. Can y...
asked by 11.06.2017 / 03:15