Questions tagged as 'html'

1
answer

Bootstrap progress bar accompanying youtube video duration

How to make the bootstrap progress bar keep track of the youtube video (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new YT.Player('video-placeholder', {...
asked by 15.12.2016 / 13:14
1
answer

Refresh dropdown when pop-up window is closed

In completing a form I created shortcuts to add data in dropdowns list but when I close the pop-up window, refresh the entire page. I'm using the following code:         window.onunload = refreshParent;         function r...
asked by 13.12.2016 / 12:34
1
answer

Working with identical forms on the same page

Hello, I need to insert the same form twice on the same page. Both call javascript function to fill fields automatically. Example, select combo 1, then fills combo 2, select combo 2, and fills combo 3 via ajax. As each field can only have one id...
asked by 03.02.2017 / 13:15
1
answer

Popular a select generated by javascript

I am copying fields from a form with javascript, but in this form two input are select and option are generated from the result of a query . When copies are created, query does not run, so select c...
asked by 23.02.2017 / 18:40
1
answer

How to show multiple images selected "input file"?

Here is an example: link When you select 4 different images, the 4 images are the same as the on-screen display. HTML: <form id="form1" runat="server"> <input type='file' id="imgInp" multiple /> <img id="blah"...
asked by 23.11.2016 / 20:51
3
answers

Center Web page content [duplicate]

I'm trying to create a simple, resizable HTML page in which the content is all vertically centered. But I can not centralize text boxes in any way. This code will initially be the graphical interface of an APP for Android. I am coding so...
asked by 23.11.2016 / 23:05
1
answer

How do I embed an HTML page inside another without iframe?

I have a common page inside a body in a div I want for a li or a p of another html, so I have a main page if I need to make changes and I have external contents. Without having to change all pages when I insert a new link in the me...
asked by 24.11.2016 / 20:19
1
answer

Mouseout function on icon

Iwouldliketohoveraninputfieldwhenhoveringoverthesearchicon.html<divid="navbar" class="navbar-collapse collapse pull-right"> <ul class="nav navbar-nav"> <li><a href="contato"><span class="glyphicon glyp...
asked by 24.01.2017 / 00:06
2
answers

How to create option to see password typed in form [duplicate]

I'm creating a page to log in and access a site's administrative area. All this is being done in PHP , however I'm trying to create a stop that I saw in some sites that is the option to see the password that was entered. I would like...
asked by 23.01.2017 / 02:18
1
answer

Save data from a Game in Html5 and Javascript [closed]

I would like to know how I can cache a project of mine, because the game works normally, but when I refresh the page, all progress is lost, I would like to know how I can cache this progress is saved in the user's browser. Note: for examp...
asked by 03.11.2016 / 14:49